Share via


EntityDataReader.HasRows Proprietà

Definizione

Ottiene un valore che indica se EntityDataReader contiene una o più righe.

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

Valore della proprietà

true se EntityDataReader contiene una o più righe; in caso contrario, false.

Si applica a