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

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

See Also

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