Support for data operations, covering useful database operations
as well as debugging and persistence.
Classes
| Class | Description | |
|---|---|---|
| AttributeDictionary |
Implements a specialized Dictionary
to handle an attribute list.
| |
| BulletedStringCollection |
Provides a list of strings with bullets automatically appended at the front,
except for lines beginning with ExceptionTokens.
| |
| DBHelper |
Helper methods for database interaction.
| |
| ListExtensions |
Extension methods for lists.
| |
| MultiColumnSort |
Manipulates the DataTable of a DataGridView based on a query
text to provide a multi-column sort.
| |
| NestedStringDictionary | ||
| 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.
| |
| StringHelper |
Assorted string methods.
| |
| TableVet |
Provides simple support for vetting one or more database tables (SQL Server only).
| |
| Utility |
Assorted utility methods.
|
Structures
| Structure | Description | |
|---|---|---|
| RoundedTimeSpan |
Use this struct to generate rounded TimeSpan values.
|