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

指示配置是否是使用数据注释指定的。

返回

适用于