NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLParameter.Scale

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);

Property Value

The number of decimal places to which Value is resolved. The default is 0.

Remarks

used for VarNumeric fields

See Also

SQLParameter Class | SQLParameter Members | System.Data.SQL Namespace