Gets or sets the maximum number of digits used to represent the Value.
[Visual Basic] Public Property Precision As Byte [C#] public byte Precision {get; set;} [C++] public: __property unsigned char get_Precision(); public: __property void set_Precision(unsigned char); [JScript] public function get Precision() : Byte; public function set Precision(Byte);
The maximum number of digits used to represent the Value. The default value is 0.
This property is only used for decimal and numeric input parameters.
ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace | Scale | Size