IConventionProperty.SetScale(Nullable<Int32>, Boolean) 方法

定义

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

public int? SetScale (int? scale, bool fromDataAnnotation = false);
abstract member SetScale : Nullable<int> * bool -> Nullable<int>
Public Function SetScale (scale As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

参数

scale
Nullable<Int32>

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

fromDataAnnotation
Boolean

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

返回

适用于