Support for data operations, covering useful database operations as well as debugging and persistence.
| Class | Description |
|---|---|
| AttributeDictionary | Implements a specialized Dictionary to handle an attribute list. |
| CsvReader | Reads a CSV file into a DataTable. |
| CsvWriter | Writes a DataTable to a CSV file. |
| DBHelper | Helper methods for database interaction. |
| MultiColumnSort | Manipulates the DataTable of a DataGridView based on a query text to provide a multi-column sort. |
| NestedStringDictionary | A simple container for a Dictionary whose keys are Strings and values are sub-dictionaries. |
| OdbcDsnInfo | Provides a list of ODBC Data Source Names from the registry. |
| SqlErrorCleaner | Trims SQL error messages from extremely wordy phrases down to the key elements. |
| SqlFilterBuilder | Methods to build a SQL clause for use as a filter expression for BindingSource components. |
| TableVet | Provides simple support for vetting one or more database tables. |
| Utility | Assorted utility methods. |