SqlMetaData.Precision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.