GSF.
|
Class | Description | |
---|---|---|
AdoDataConnection | Creates a new IDbConnection from any specified or configured ADO.NET data source. | |
BulkDataOperationBase | This class defines a common set of functionality that any bulk data operation implementation can use | |
DataDeleter | This class defines a common set of functionality that any data operation implementation can use | |
DataExtensions | Defines extension functions related to database and SQL interaction. | |
DataInserter | This class defines a common set of functionality that any data operation implementation can use | |
DataRowExtensions | Static extension methods for DataRow that will automatically type cast fields to the desired value. This is superior to DataSetExtensions.dll because if the field type does not exactly match in that case, a cast exception occurs. | |
DataSetEqualityComparer | Equality comparer for DataSet objects. | |
DataSetExtensions | Defines extension functions related to DataSet instances. | |
DataUpdater | This class defines a common set of functionality that any data operation implementation can use | |
Field | Represents a database field. | |
Fields | Represents a collection of Field values. | |
ForeignKeyField | Represents a database foreign key field. | |
ForeignKeyFields | Represents a collection of ForeignKeyField values. | |
Schema | Get information about database schema | |
Table | Get data table information for data processing | |
Tables | List of Table collection | |
TablesReferentialOrderComparer | Check for referential order of Table |
Interface | Description | |
---|---|---|
IBulkDataOperation | This is the common interface for any bulk data operation |
Enumeration | Description | |
---|---|---|
DatabaseType | Specifies the database type underlying an AdoDataConnection. | |
DataType | Data types available to a DataSet object. | |
ReferentialAction | Specified the type of referential action on database object/Tables | |
TableType | Specifies the type of object in database |