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

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

Property Value

The maximum number of digits used to represent the Value. The default value is 0.

Remarks

used for VarNumeric fields.

See Also

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