OracleLob.Position Property

Definition

Gets the current read position in the OracleLob stream.

C#
public override long Position { get; set; }

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

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1