共用方式為


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 否則為 。

適用於