SqlMetaData.Scale Property

Definition

Gets the scale of the column or parameter.

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

Property Value

The scale of the column or parameter.

Remarks

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

Applies to