ConventionPropertyExtensions.SetScale 方法

定义

设置此属性中允许的数据规模。 例如,如果 属性为 , Decimal 则这是小数位数的最大位数。

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

参数

property
IConventionProperty

属性。

scale
Nullable<Int32>

此属性中允许的最大小数位数。

fromDataAnnotation
Boolean

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

返回

适用于