OracleDataReader.HasRows Propriété

Définition

Obtient une valeur indiquant si OracleDataReader contient une ou plusieurs lignes.

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

Valeur de propriété

true si le OracleDataReader contient une ou plusieurs lignes ; sinon, false.

S’applique à