IReadOnlyProperty.GetPrecision 方法

定义

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

public int? GetPrecision ();
abstract member GetPrecision : unit -> Nullable<int>
Public Function GetPrecision () As Nullable(Of Integer)

返回

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

适用于