次の方法で共有


MutablePropertyExtensions.SetPrecision メソッド

定義

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

public static void SetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? precision);
static member SetPrecision : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetPrecision (property As IMutableProperty, precision As Nullable(Of Integer))

パラメーター

property
IMutableProperty

精度を設定する プロパティ。

precision
Nullable<Int32>

このプロパティで許可される最大桁数。

適用対象