ColumnModel.Scale Property

Definition

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

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

Property Value

Applies to