Microsoft.VisualStudio.Data.AdoDotNet Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AdoDotNetConnectionProperties |
Provides an implementation of the DataConnectionProperties class using the ADO.NET connection string builder base class (DbConnectionStringBuilder). |
AdoDotNetConnectionSupport |
Provides a managed implementation of the DataConnectionSupport, DataCommand, and DataTransaction classes using the ADO.NET IDbConnection, IDbCommand, and IDbTransactioninterfaces, respectively; also provides a simple way to supply an implementation of the DataSourceVersionComparerclass. |
AdoDotNetDataReader |
Provides an implementation of the DataReader class using an implementation of the ADO.NET IDataReader interface. |
AdoDotNetDataSourceInformation |
Provides information about an ADO.NET data source in the form of properties passed as name/value pairs. |
AdoDotNetDataTableReader |
Retrieves the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets. |
AdoDotNetObjectConceptMapper |
Provides a default implementation of the DataObjectConceptMapper class for ADO.NET data providers. |
AdoDotNetObjectEnumerator |
Provides an implementation of the DataObjectEnumerator class using the ADO.NET GetSchema API. |
AdoDotNetObjectIdentifierConverter |
Provides an implementation of the DataObjectIdentifierConverter class using information supplied by an ADO.NET provider, including DataSourceInformation property values and the DbCommandBuilder, QuoteIdentifier(String), and UnquoteIdentifier(String)methods. |
AdoDotNetObjectItemComparer |
Provides an implementation of the DataObjectItemComparer class that uses ADO.NET data source information to determine how to compare identifier parts. |
AdoDotNetParameter |
Represents a data parameter that is derived from a data source command, or that is passed with a command to a data source whose underlying technology is ADO.NET. |
AdoDotNetProviderObjectFactory |
Provides an implementation of the DataProviderObjectFactory class for DDEX Providers whose underlying technology is ADO.NET. |
AdoDotNetSchemaReader |
Provides a means for obtaining the schema of the IDataReader object encapsulating the result set. |