OracleDataReader.NextResult Método
Definição
Avança o OracleDataReader para o próximo resultado.Advances the OracleDataReader to the next result.
public:
virtual bool NextResult();
public:
override bool NextResult();
public bool NextResult ();
public override bool NextResult ();
abstract member NextResult : unit -> bool
override this.NextResult : unit -> bool
override this.NextResult : unit -> bool
Public Function NextResult () As Boolean
Public Overrides Function NextResult () As Boolean
Retornos
true se houver mais conjuntos de resultados; caso contrário, false.true if there are more result sets; otherwise, false.
Implementações
Comentários
Você deve usar um REF CURSOR ao chamar esse método.You must use a REF CURSOR when calling this method.