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!

ADOParameter.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

This property is only used for decimal and numeric input parameters.

See Also

ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace | Precision | Size