SqlDataReader.HasRows Eigenschaft

Definition

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

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

Eigenschaftswert

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

Gilt für:

Weitere Informationen