PropertyBuilder.HasPrecision Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| HasPrecision(Int32) |
Özelliğinin duyarlığını yapılandırır. |
| HasPrecision(Int32, Int32) |
Özelliğin hassasiyetini ve ölçeğini yapılandırır. |
HasPrecision(Int32)
Özelliğinin duyarlığını yapılandırır.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder HasPrecision (int precision);
abstract member HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
override this.HasPrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
Public Overridable Function HasPrecision (precision As Integer) As PropertyBuilder
Parametreler
- precision
- Int32
Özelliğin duyarlığı.
Döndürülenler
Birden çok yapılandırma çağrısının zincirlenebilir olması için aynı Oluşturucu örneği.
Şunlara uygulanır
HasPrecision(Int32, Int32)
Özelliğin hassasiyetini ve ölçeğini yapılandırır.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder HasPrecision (int precision, int scale);
abstract member HasPrecision : int * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
override this.HasPrecision : int * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
Public Overridable Function HasPrecision (precision As Integer, scale As Integer) As PropertyBuilder
Parametreler
- precision
- Int32
Özelliğin duyarlığı.
- scale
- Int32
Özelliğin ölçeği.
Döndürülenler
Birden çok yapılandırma çağrısının zincirlenebilir olması için aynı Oluşturucu örneği.