DbParameter::IDbDataParameter::Scale Property
.NET Framework (current version)
For a description of this member, see IDbDataParameter::Scale.
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::ByteThe number of decimal places to which T:System.Data.OleDb.OleDbParameter.Value is resolved. The default is 0.
Implements
IDbDataParameter::ScaleThis 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
Available since 2.0
Show: