次の方法で共有


RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetPrecision メソッド

定義

このプロパティで許可されているデータの有効桁数を取得します。 たとえば、 プロパティが の Decimal 場合、これは最大桁数です。

[System.Diagnostics.DebuggerStepThrough]
int? ITypeMappingConfiguration.GetPrecision ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetPrecision : unit -> Nullable<int>
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetPrecision : unit -> Nullable<int>
Function GetPrecision () As Nullable(Of Integer) Implements ITypeMappingConfiguration.GetPrecision

戻り値

有効桁数。または null 何も定義されていない場合は 。

実装

属性

適用対象