OracleParameter.Scale Property
.NET Framework 2.0
NOTE: This property is now obsolete. The non-obsolete alternative is To be written..
Gets or sets the number of decimal places to which Value is resolved. Namespace: System.Data.OracleClientAssembly: System.Data.OracleClient (in system.data.oracleclient.dll)
[ObsoleteAttribute("Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")] public byte Scale { get; set;
/** @property */ public final byte get_Scale () /** @property */ public final void set_Scale (byte value)
public final function get Scale () : byte public final function set Scale (value : byte)
Property Value
The number of decimal places to which Value is resolved. The default is 0.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.