SqlMetaData.Scale Property

Definition

Gets the scale of the column or parameter.

public byte Scale { get; }
member this.Scale : byte
Public ReadOnly Property Scale As Byte

Property Value

Byte

The scale of the column or parameter.

Remarks

Returns 0 if the scale of the underlying column type is not defined.

Applies to