public ArrayList Select( WheredB whereObject, OrderBydB orderByObject )
Parameters
- whereObject
- A WheredB instance the defines selection criteria.
- orderByObject
- An OrderBydB instance that defines the returning order of the selected data.
Return Value
An ArrayList of records from the data file.