OracleDataReader.HasRows Propriedade
Definição
Obtém um valor que indica se o OracleDataReader contém uma ou mais linhas.Gets a value indicating whether the OracleDataReader contains one or more rows.
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
Valor da propriedade
true se o OracleDataReader contiver uma ou mais linhas; caso contrário, false.true if the OracleDataReader contains one or more rows; otherwise false.