Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类
AdoDotNetConnectionProperties |
表示使用 ADO .NET DbConnectionStringBuilder 对象的 IVsDataConnectionProperties 和 IVsDataConnectionUIProperties 接口的实现。 |
AdoDotNetConnectionSupport |
表示 IVsDataConnectionSupport 接口的实现,并使用适当的 ADO .NET 对象间接实现 IVsDataCommand、IVsDataAsyncCommand 和 IVsDataTransaction 接口。 |
AdoDotNetMappedObjectConverter |
表示使用 ADO .NET DataTypes 元数据集合实现 IVsDataMappedObjectConverter 接口。 |
AdoDotNetObjectIdentifierConverter |
表示使用 ADO .NET DataSourceInformation 元数据集合实现 IVsDataObjectIdentifierConverter 接口。 |
AdoDotNetObjectMemberComparer |
表示使用 ADO .NET DataSourceInformation 元数据集合实现 IVsDataObjectMemberComparer 接口。 |
AdoDotNetObjectSelector |
表示使用 ADO .NET DbConnection.GetSchema () 方法实现 IVsDataObjectSelector 接口。 |
AdoDotNetParameter |
表示使用 ADO .NET DbParameter 对象实现 IVsDataParameter 接口。 |
AdoDotNetReader |
表示使用 ADO .NET DbDataReader 对象的 IVsDataReader 和 IVsDataReaderDescriptor 接口的实现。 |
AdoDotNetRootObjectSelector |
表示使用 ADO .NET DbConnection 属性和连接属性实现 IVsDataObjectSelector 接口。 |
AdoDotNetSchemaReader |
表示 IVsDataReader 和 IVsDataReaderDescriptor 接口的实现,使用通过调用 GetSchemaTable () 检索的 ADO .NET DbDataReader 对象的架构。 |
AdoDotNetSourceInformation |
表示使用 ADO .NET DataSourceInformation 元数据集合实现 IVsDataSourceInformation 接口。 |
AdoDotNetTableReader |
表示使用 ADO .NET DataTable 对象的 IVsDataReader 和 IVsDataReaderDescriptor 接口的实现。 |