Share via


IColumn.Precision Property

Definition

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

public virtual int? Precision { get; }
member this.Precision : Nullable<int>
Public Overridable ReadOnly Property Precision As Nullable(Of Integer)

Property Value

Applies to