ColumnModel.Precision Property

Definition

Gets or sets the precision for this column. Only valid for decimal data types.

public virtual Nullable<byte> Precision { get; set; }
member this.Precision : Nullable<byte> with get, set
Public Overridable Property Precision As Nullable(Of Byte)

Property Value

Applies to