| Overload | Description |
|---|---|
| Select() | The select method allows you to query the file and return all records in the file. |
| Select(WheredB) | The select method allows you to query the file and return the selected records in the file. |
| Select(OrderBydB) | The select method allows you to query the file and return the selected records in the file. |
| Select(WheredB,OrderBydB) | The select method allows you to query the file and return the selected records in the file. |
| Select(String) | The select method allows you to query the file and return the selected fields from the records in the file. |
| Select(String,WheredB) | The select method allows you to query the file and return the selected fields from the records in the file for the given selection criteria. |
| Select(String,OrderBydB) | The select method allows you to query the file and return the selected fields from the records in the file for the given selection criteria. |
| Select(String,WheredB,OrderBydB) | The select method allows you to query the file and return the selected fields from the records in the file for the given selection criteria. |