OracleLob.Position Property

Definition

Gets the current read position in the OracleLob stream.

public:
 virtual property long Position { long get(); void set(long value); };
public override long Position { get; set; }
member this.Position : int64 with get, set
Public Overrides Property Position As Long

Property Value

The current position within the OracleLob stream.

Exceptions

The connection is closed.

The object was closed or disposed.

Remarks

The stream must support seeking to get or set the position. Use the CanSeek property to determine whether the stream supports seeking.

Seeking to any location beyond the length of the stream is supported. Seeking to an odd position for CLOB and NCLOB data types is also supported. For more information, see the Remarks section of the Read property.

Applies to