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::IDbDataParameter::Scale Property

 

For a description of this member, see IDbDataParameter::Scale.

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

private:
property unsigned char Scale {
	virtual unsigned char get() sealed = IDbDataParameter::Scale::get;
	virtual void set(unsigned char value) sealed = IDbDataParameter::Scale::set;
}

Property Value

Type: System::Byte

The number of decimal places to which T:System.Data.OleDb.OleDbParameter.Value is resolved. The default is 0.

This member is an explicit interface member implementation. It can be used only when the DbParameter instance is cast to an IDbDataParameter interface.

For more information, see Scale.

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