OracleDataReader.HasRows プロパティ

定義

OracleDataReader に 1 行以上の行が格納されているかどうかを示す値を取得します。

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

プロパティ値

1 行以上の行が OracleDataReader に含まれている場合は true。それ以外の場合は false

適用対象