This documentation is archived and is not being maintained.
IDbDataParameter.Scale Property
.NET Framework 1.1
Indicates the scale of numeric parameters.
[Visual Basic] Property Scale As Byte [C#] byte Scale {get; set;} [C++] __property unsigned char get_Scale(); __property void set_Scale(unsigned char); [JScript] function get Scale() : Byte;function set Scale(Byte);
Property Value
The number of decimal places to which Value is resolved. The default is 0.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IDbDataParameter Interface | IDbDataParameter Members | System.Data Namespace
Show: