OracleBFile.CanSeek Property

Definition

Gets a value indicating whether forward-seek 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 BFILE is closed or disposed; otherwise true. Always true for Null.

Applies to