Share via


IMutableElementType.SetPrecision(Nullable<Int32>) Method

Definition

Sets the precision of data that is allowed in elements of the collection. For example, if the element type 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 each element.

Applies to