public abstract IDbCommand BuildAllRecordsQueryCommand( string tableName, string fieldList, string orderBy, DataRowProcessMethod selectMethod );
fieldList
Fields to query (or * for all fields)
orderBy
Order (or empty string if no special order is desired)
selectMethod
Select method (such as stored procedure or select commands)