Share via


OracleDataReader.HasRows Properti

Definisi

Mendapatkan nilai yang menunjukkan apakah OracleDataReader berisi satu atau beberapa baris.

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

Nilai Properti

trueOracleDataReader jika berisi satu atau beberapa baris; jika tidakfalse.

Berlaku untuk