IMutableProperty.SetPrecision(Nullable<Int32>) Method

Definition

Sets 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 void SetPrecision (int? precision);
abstract member SetPrecision : Nullable<int> -> unit
Public Sub SetPrecision (precision As Nullable(Of Integer))

Parameters

precision
Nullable<Int32>

The maximum number of digits that is allowed in this property.

Applies to