Aracılığıyla paylaş


RelationalPropertyExtensions.GetPrecision Yöntem

Tanım

Aşırı Yüklemeler

GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)

Bu özellikte izin verilen verilerin duyarlığı alır. Örneğin, özellik bir Decimal ise, bu basamak sayısı üst sınırıdır.

GetPrecision(IProperty, StoreObjectIdentifier)

Bu özellikte izin verilen verilerin duyarlığı alır. Örneğin, özellik bir Decimal ise, bu basamak sayısı üst sınırıdır.

GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)

Bu özellikte izin verilen verilerin duyarlığı alır. Örneğin, özellik bir Decimal ise, bu basamak sayısı üst sınırıdır.

public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetPrecision : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetPrecision (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Duyarlık veya null tanımlı değilse.

Şunlara uygulanır

GetPrecision(IProperty, StoreObjectIdentifier)

Bu özellikte izin verilen verilerin duyarlığı alır. Örneğin, özellik bir Decimal ise, bu basamak sayısı üst sınırıdır.

public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetPrecision : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetPrecision (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depolama nesnesinin tanımlayıcısı.

Döndürülenler

Duyarlık veya null tanımlı değilse.

Şunlara uygulanır