AmoDataReader.Read Method

Definition

Determines a value that indicates whether the AmoDataReader advances to the next record.

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

Returns

true if there are more rows; otherwise, false.

Implements

Applies to