public ArrayList Select( string fieldList, WheredB whereObject, OrderBydB orderByObject )
Parameters
- fieldList
- Comma separated list of feilds to lime the selection to.
- 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.