OleDbDataReader.HasRows Proprietà

Definizione

Ottiene un valore che indica se la classe OleDbDataReader contiene una o più righe.

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

Valore della proprietà

true se la classe OleDbDataReader contiene una o più righe. In caso contrario, false.

Si applica a

Vedi anche