Class | Description | |
---|---|---|
C1CSVCommand | C1CSVCommand contains all the necessary information to fully specify a CSV command and execute it. | |
C1CSVCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the associated database. This is an abstract class that can only be inherited. | |
C1CSVConnection | C1CSVConnection represents a connection to a CSV server. The connection can be used to query the data hosted by the server or request modifications. | |
C1CSVConnectionStringBuilder | This class exposes specific properties to set up a connection for the C1DataConnector CSV provider. | |
C1CSVDataAdapter | Represents a set of data commands and a connection to a data source that are used to fill the System.Data.DataSet and update the data source. This class cannot be inherited. | |
C1CSVDataReader | C1CSVDataReader CSV implementation of DbDataReader. | |
C1CSVProviderFactory | Represents a set of methods for creating instances of a provider's implementation of the data source classes. |