IReadOnlyProperty.GetPrecision Method

Definition

Gets the precision of data that is allowed in this property. For example, if the property is a Decimal then this is the maximum number of digits.

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

Returns

The precision, or null if none is defined.

Applies to