Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDbDataParameter::Precision Property

 

Indicates the precision of numeric parameters.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

property unsigned char Precision {
	unsigned char get();
	void set(unsigned char value);
}

Property Value

Type: System::Byte

The maximum number of digits used to represent the Value property of a data provider Parameter object. The default value is 0, which indicates that a data provider sets the precision for Value.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft