RuntimeProperty.IReadOnlyProperty.GetPrecision 方法

定义

获取此属性中允许的数据的精度。 例如,如果 属性为 , Decimal 则这是最大位数。

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

返回

精度,如果未定义,则为 。null

实现

属性

适用于