OracleLob.CanSeek Property

Definition

Gets a value indicating whether forward and backward seek operations can be performed.

public:
 virtual property bool CanSeek { bool get(); };
public override bool CanSeek { get; }
member this.CanSeek : bool
Public Overrides ReadOnly Property CanSeek As Boolean

Property Value

false if a LOB is closed or disposed, otherwise true. Always true for Null.

Applies to