Position
Overrides Stream
This instance property indicates the current read position in the LOB stream.
Declaration
// C# public override Int64 Position{get; set;}
Property Value
An Int64
value that indicates the read position.
Exceptions
ObjectDisposedException
- The object is already disposed.
InvalidOperationException
- The OracleConnection
is not open or has been closed during the lifetime of the object.
ArgumentOutOfRangeException
- The value is less than 0.