OleDbDataReader.IsClosed プロパティ

定義

データ リーダーが閉じているかどうかを示します。

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

プロパティ値

OleDbDataReader が閉じている場合は true、それ以外の場合は false です。

実装

注釈

IsClosed が閉じた後に呼び出すことができるプロパティは、RecordsAffectedOleDbDataReader だけです。

適用対象

こちらもご覧ください