次の方法で共有


RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetScale メソッド

定義

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

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

戻り値

スケール。何 null も定義されていない場合は 。

実装

属性

適用対象