OracleLob.Length Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets a value that returns the size of the OracleLob.
[Visual Basic] Overrides Public ReadOnly Property Length As Long [C#] public override long Length {get;} [C++] public: __property __int64 get_Length(); [JScript] public override function get Length() : long;
Property Value
The size of the OracleLob in bytes.
Exceptions
| Exception Type | Condition |
|---|---|
| InvalidOperationException | The connection is closed. |
| ObjectDisposedException | The object was closed or disposed. |
| OracleException | An Oracle error has occurred. |
Remarks
The size of the OracleLob is always returned in bytes for all data types.
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
OracleLob Class | OracleLob Members | System.Data.OracleClient Namespace