OracleDataReader.HasRows Proprietà

Definizione

Ottiene un valore che indica se l'oggetto OracleDataReader contiene una o più righe.

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

Valore della proprietà

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

Si applica a