Microsoft.VisualStudio.Data.Framework.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 |
Represents an implementation of the IVsDataConnectionProperties and IVsDataConnectionUIProperties interfaces using the ADO .NET DbConnectionStringBuilder object. |
AdoDotNetConnectionSupport |
Represents an implementation of the IVsDataConnectionSupport interface, and indirectly the IVsDataCommand, IVsDataAsyncCommand and IVsDataTransaction interfaces, using appropriate ADO .NET objects. |
AdoDotNetMappedObjectConverter |
Represents an implementation of the IVsDataMappedObjectConverter interface using the ADO .NET DataTypes metadata collection. |
AdoDotNetObjectIdentifierConverter |
Represents an implementation of the IVsDataObjectIdentifierConverter interface using the ADO .NET DataSourceInformation metadata collection. |
AdoDotNetObjectMemberComparer |
Represents an implementation of the IVsDataObjectMemberComparer interface using the ADO .NET DataSourceInformation metadata collection. |
AdoDotNetObjectSelector |
Represents an implementation of the IVsDataObjectSelector interface using the ADO .NET DbConnection.GetSchema() method. |
AdoDotNetParameter |
Represents an implementation of the IVsDataParameter interface using the ADO .NET DbParameter object. |
AdoDotNetReader |
Represents an implementation of the IVsDataReader and IVsDataReaderDescriptor interfaces using the ADO .NET DbDataReader object. |
AdoDotNetRootObjectSelector |
Represents an implementation of the IVsDataObjectSelector interface using the ADO .NET DbConnection properties and connection properties. |
AdoDotNetSchemaReader |
Represents an implementation of the IVsDataReader and IVsDataReaderDescriptor interfaces using the schema of an ADO .NET DbDataReader object (retrieved by calling GetSchemaTable). |
AdoDotNetSourceInformation |
Represents an implementation of the IVsDataSourceInformation interface using the ADO .NET DataSourceInformation metadata collection. |
AdoDotNetTableReader |
Represents an implementation of the IVsDataReader and IVsDataReaderDescriptor interfaces using the ADO .NET DataTable object. |