Udostępnij za pośrednictwem


OracleDataReader.HasRows Właściwość

Definicja

Pobiera wartość wskazującą, czy OracleDataReader element zawiera co najmniej jeden wiersz.

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

Wartość właściwości

true jeśli element OracleDataReader zawiera jeden lub więcej wierszy; w przeciwnym razie false.

Dotyczy