at(index: integer): MemberType;
The at method of the ExternalCollection class returns a reference to the entry in the collection specified by the index parameter. This position corresponds to accessing a specified row in the result set.
If there is no row at the specified index in the result set, an exception is raised.