次の方法で共有


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 それ以外の場合は 。

適用対象