OracleDataReader.HasRows Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob OracleDataReader eine oder mehrere Zeilen enthält.

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

Eigenschaftswert

true, wenn OracleDataReader eine oder mehrere Zeilen enthält, andernfalls false.

Gilt für: