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