Stitch.Database Documentation

DBResult.FetchArray Method 

Used to iterate through the return values of a query.

public DBRow FetchArray();

Return Value

A generic DBRow containing all the cells of the results of a query.

See Also

DBResult Class | Stitch.Database Namespace