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.

DbParameter::Precision Property

 

[Supported in the .NET Framework 4.5.1 and later versions]

Gets or sets the maximum number of digits used to represent the Value property.

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

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

Property Value

Type: System::Byte

The maximum number of digits used to represent the Value property.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5.1
Return to top
Show:
© 2017 Microsoft