PropertyExtensions.GetPrecision(IProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此属性中允许的数据的精度。 例如,如果 属性为 , Decimal 则这是最大位数。
public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetPrecision : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetPrecision (property As IProperty) As Nullable(Of Integer)
参数
- property
- IProperty
要获取其精度的属性。
返回
精度;如果未定义任何值, null
则为 。