Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
---|---|---|
![]() |
AdoDotNetConnectionProperties | Provides an implementation of the IVsDataConnectionProperties class using the ADO.NET connection string builder base class (DbConnectionStringBuilder). |
![]() |
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. |
![]() |
AdoDotNetMappedObjectConverter | Provides an implementation of the DataMappedObjectConverter class using the ADO.NET DataTypes metadata collection. |
![]() |
AdoDotNetObjectIdentifierConverter | Provides the ability to convert identifiers from strings to identifier parts and vice versa, and the ability to format identifiers. |
![]() |
AdoDotNetObjectMemberComparer | Provides an implementation of the DataObjectMemberComparer class that uses the ADO.NET DataSourceInformation metadata collection to determine how to compare identifier parts. |
![]() |
AdoDotNetObjectSelector | Provides an implementation of the IVsDataObjectSelector interface using the ADO.NET GetSchema method. |
![]() |
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. |
![]() |
AdoDotNetReader | Provides an implementation of the DataReader class based on the IVsDataReader and IVsDataReaderDescriptor interfaces. This implementation uses the ADO.NET DbDataReader object. |
![]() |
AdoDotNetRootObjectSelector | Enables getting root object properties, namely data source connection properties and some ADO.NET DbConnection properties. |
![]() |
AdoDotNetSchemaReader | Provides a means for obtaining the schema of the DbDataReader object that encapsulates the result set. |
![]() |
AdoDotNetSourceInformation | Provides information about an ADO.NET data source in the form of properties passed as name/value pairs. |
![]() |
AdoDotNetTableReader | Retrieves the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets. |