OracleParameter.Precision Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets the maximum number of digits used to represent the Value property.
[Visual Basic] Public Overridable Property Precision As Byte Implements _ IDbDataParameter.Precision [C#] public virtual byte Precision {get; set;} [C++] public: __property virtual unsigned char get_Precision(); public: __property virtual void set_Precision(unsigned char); [JScript] public function get Precision() : Byte; public function set Precision(Byte);
Property Value
The maximum number of digits used to represent the Value property. The default value is 0, which indicates that the data provider sets the precision for Value. Setting the Precision property has no effect.
Implements
Remarks
Setting the Precision or Scale properties has no effect.
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 Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
OracleParameter Class | OracleParameter Members | System.Data.OracleClient Namespace | Scale | Size