IConventionPropertyBuilder.HasPrecision 方法

定义

配置属性的精度。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder? HasPrecision (int? precision, bool fromDataAnnotation = false);
abstract member HasPrecision : Nullable<int> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
Public Function HasPrecision (precision As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder

参数

precision
Nullable<Int32>

属性的精度。

fromDataAnnotation
Boolean

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

返回

如果应用了配置,则为同一生成器实例, null 否则为 。

适用于