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>

此属性中允许的最大位数。

适用于