Length
Overrides Stream
This instance property indicates the size of the BLOB
data in bytes.
Declaration
// C# public override Int64 Length {get;}
Property Value
A number indicating the size of the BLOB
data in bytes.
Exceptions
ObjectDisposedException
- The object is already disposed.
InvalidOperationException
- The OracleConnection
is not open or has been closed during the lifetime of the object.