AmoDataReader.NextResult Method

Definition

Advances the data reader to the next result.

public bool NextResult ();
abstract member NextResult : unit -> bool
override this.NextResult : unit -> bool
Public Function NextResult () As Boolean

Returns

true if there are more result sets; otherwise false.

Implements

Applies to