SqlMetaData.Precision Property

Definition

Gets the precision of the column or parameter.

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

Property Value

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