SqlMetaData.Precision Property

Definition

Gets the precision of the column or parameter.

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

Property Value

Byte

The precision of the column or parameter as a Byte.

Remarks

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

Applies to