OracleDataReader.HasRows 屬性

定義

取得值,指出 OracleDataReader 是否包含一個或多個資料列。

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

屬性值

Boolean

如果 OracleDataReader 包含一個或更多資料列,則為 true,否則為 false

適用於