ConventionPropertyExtensions.SetPrecision 方法

定義

設定此屬性中允許的資料有效位數。 例如,如果 屬性是 Decimal ,則這是位數上限。

public static int? SetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? precision, bool fromDataAnnotation = false);
static member SetPrecision : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetPrecision (property As IConventionProperty, precision As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

參數

property
IConventionProperty

屬性。

precision
Nullable<Int32>

這個屬性中允許的最大位數。

fromDataAnnotation
Boolean

指出是否已使用資料批註指定組態。

傳回

適用於