Represents a set of SQL commands and a database connection that are used to fill the DataSet and update the data source.
DataColumnMappingContains a generic column mapping for an object that inherits from DataAdapter. This class cannot be inherited.
DataColumnMappingCollectionContains a collection of DataColumnMapping objects.
DataRecordInfoProvides access to information about the structural type and column information for a DbDataRecord.
DataTableMappingContains a description of a mapped relationship between a source table and a DataTable. This class is used by a DataAdapter when populating a DataSet.
DataTableMappingCollectionA collection of DataTableMapping objects. This class cannot be inherited.
DbBatchRepresents a batch of commands that can be executed against a data source in a single round trip. Provides a base class for database-specific classes that represent command batches.
DbBatchCommandRepresents a single command within a DbBatch. A batch can be executed against a data source in a single round trip.
DbBatchCommandCollectionThe base class for a collection of instances of DbBatchCommand, contained in a DbBatch.
DbColumnRepresents a column within a data source.
DbCommandRepresents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands. ExecuteNonQueryAsync.
DbCommandBuilderAutomatically generates single-table commands used to reconcile changes made to a DataSet with the associated database. This is an abstract class that can only be inherited.
DbCommandDefinitionDefines a cacheable command plan.
DbConnectionDefines the core behavior of database connections and provides a base class for database-specific connections.
DbConnectionStringBuilderProvides a base class for strongly typed connection string builders.
DbDataAdapterAids implementation of the IDbDataAdapter interface. Inheritors of DbDataAdapter implement a set of functions to provide strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
DBDataPermissionEnables a .NET data provider to help ensure that a user has a security level adequate for accessing data.
DBDataPermissionAttributeAssociates a security action with a custom security attribute.
DbDataReaderReads a forward-only stream of rows from a data source.
DbDataReaderExtensionsThis class contains column schema extension methods for DbDataReader.
DbDataRecordImplements IDataRecord and ICustomTypeDescriptor, and provides data binding support for DbEnumerator.
DbDataSourceRepresents a data source that can be used to obtain open connections, and against which commands can be executed directly.
DbDataSourceEnumeratorProvides a mechanism for enumerating all available instances of database servers within the local network.
DbEnumeratorExposes the GetEnumerator() method, which supports a simple iteration over a collection by a .NET data provider.
DbExceptionThe base class for all exceptions thrown on behalf of the data source.
DbMetaDataCollectionNamesProvides a list of constants for the well-known MetaDataCollections: DataSourceInformation, DataTypes, MetaDataCollections, ReservedWords, and Restrictions.
DbMetaDataColumnNamesProvides static values that are used for the column names in the MetaDataCollection objects contained in the DataTable. The DataTable is created by the GetSchema method.
DbParameterRepresents a parameter to a DbCommand and optionally, its mapping to a DataSet column. For more information on parameters, see Configuring Parameters and Parameter Data Types.
DbParameterCollectionThe base class for a collection of parameters relevant to a DbCommand.
DbProviderConfigurationHandlerThis class can be used by any provider to support a provider-specific configuration section.
DbProviderFactoriesRepresents a set of static methods for creating one or more instances of DbProviderFactory classes.
DbProviderFactoriesConfigurationHandlerThis type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
DbProviderFactoryRepresents a set of methods for creating instances of a provider's implementation of the data source classes.
DbProviderManifestMetadata Interface for all CLR types types.
DbProviderServicesThe factory for building command definitions; use the type of this object as the argument to the IServiceProvider.GetService method on the provider factory.
DbProviderSpecificTypePropertyAttributeIdentifies which provider-specific property in the strongly typed parameter classes is to be used when setting a provider-specific type.
DbTransactionDefines the core behavior of database transactions and provides a base class for database-specific transactions.
DbXmlEnabledProviderManifestRepresents a base class that implements the DbProviderManifest based on an XML definition. You can use the DbXmlEnabledProviderManifest class to obtain provider-specific information at runtime.
EntityRecordInfoProvides access to entity metadata.
RowUpdatedEventArgsProvides data for the RowUpdated
event of a .NET data provider.
Provides the data for the RowUpdating event of a .NET data provider.
SchemaTableColumnDescribes the column metadata of the schema for a database table.
SchemaTableOptionalColumnDescribes optional column metadata of the schema for a database table.
A .NET data provider describes a collection of classes used to access a data source, such as a database, in the managed space. Supported providers include the .NET Framework Data Provider for ODBC, the .NET Framework Data Provider for OLEDB, the .NET Framework Data Provider for Oracle, and the .NET Framework Data Provider for SQL Server. The classes in System.Data.Common are intended to give developers a way to write ADO.NET code that will work against all .NET data providers.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4