Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.VisualStudio.Data.Framework.AdoDotNet namespace is a customization of the DDEX Framework for data providers that are based on ADO.NET. The classes it contains override those in the Microsoft.VisualStudio.Data.Framework namespace.
Classes
| Class | Description | |
|---|---|---|
| .gif) | AdoDotNetConnectionProperties | Provides an implementation of the IVsDataConnectionProperties class using the ADO.NET connection string builder base class (DbConnectionStringBuilder). | 
| .gif) | AdoDotNetConnectionSupport | Provides an implementation of the IVsDataConnectionSupport interface, and an indirect implementation of the IVsDataCommand, IVsDataAsyncCommand, and IVsDataTransaction interfaces, by using appropriate ADO.NET objects. | 
| .gif) | AdoDotNetMappedObjectConverter | Provides an implementation of the DataMappedObjectConverter class using the ADO.NET DataTypes metadata collection. | 
| .gif) | AdoDotNetObjectIdentifierConverter | Provides the ability to convert identifiers from strings to identifier parts and vice versa, and the ability to format identifiers. | 
| .gif) | AdoDotNetObjectMemberComparer | Provides an implementation of the DataObjectMemberComparer class that uses the ADO.NET DataSourceInformation metadata collection to determine how to compare identifier parts. | 
| .gif) | AdoDotNetObjectSelector | Provides an implementation of the IVsDataObjectSelector interface using the ADO.NET GetSchema method. | 
| .gif) | 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. | 
| .gif) | AdoDotNetReader | Provides an implementation of the DataReader class based on the IVsDataReader and IVsDataReaderDescriptor interfaces. This implementation uses the ADO.NET DbDataReader object. | 
| .gif) | AdoDotNetRootObjectSelector | Enables getting root object properties, namely data source connection properties and some ADO.NET DbConnection properties. | 
| .gif) | AdoDotNetSchemaReader | Provides a means for obtaining the schema of the DbDataReader object that encapsulates the result set. | 
| .gif) | AdoDotNetSourceInformation | Provides information about an ADO.NET data source in the form of properties passed as name/value pairs. | 
| .gif) | AdoDotNetTableReader | Retrieves the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets. |