IMutableProperty.SetScale(Nullable<Int32>) Method

Definition

Sets the scale of data that is allowed in this property. For example, if the property is a Decimal then this is the maximum number of decimal places.

public void SetScale (int? scale);
abstract member SetScale : Nullable<int> -> unit
Public Sub SetScale (scale As Nullable(Of Integer))

Parameters

scale
Nullable<Int32>

The maximum number of decimal places that is allowed in this property.

Applies to