OracleBFile::Position Property
.NET Framework (current version)
Gets the current read position in the OracleBFile stream.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: property long long Position { virtual long long get() override; virtual void set(long long value) override; }
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Attempted to set a position with a negative value or greater than the length of the stream. |
| ObjectDisposedException | Methods were called after the stream was closed or disposed. |
Seeking to any location beyond the length of the stream is not supported.
The Position property does not keep track of the number of bytes from the stream that have been consumed, skipped, or both.
.NET Framework
Available since 1.1
Available since 1.1
Show: