MutablePropertyExtensions.SetPrecision 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置此属性中允许的数据的精度。 例如,如果 属性为 , 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
要设置 的精度的属性。