| Class | Description |
|---|---|
| CsvDataReader | Provides a datasource for the .Net Framework 2.0 SqlBulkCopy class which allows data to be rapidly imported into SQL Server. |
| CsvDataReader.Column | Represents a data column in the data source to use during import. |
| CsvDataReader.ColumnCollection | Collection of CsvDataReader.Column items. |
| CsvDataReader.ReadRecordEventArgs | Provides data for the ReadRecord event. |
| CsvReader | A stream based parser for parsing delimited text data from a file or a stream. |
| CsvWriter | A stream based writer for writing delimited text data to a file or a stream. |
| Delegate | Description |
|---|---|
| CsvDataReader.ReadRecordEventHandler | Represents the method that will handle the ReadRecord event of a CsvDataReader instance. |
| Enumeration | Description |
|---|---|
| EscapeMode | How to escape an occurance of the text qualifier inside text qualified data. |