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.
Provides an implementation of the IVsDataObjectSelector interface using the ADO.NET GetSchema method.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Class AdoDotNetObjectSelector _
Inherits DataObjectSelector
'Usage
Dim instance As AdoDotNetObjectSelector
public class AdoDotNetObjectSelector : DataObjectSelector
public ref class AdoDotNetObjectSelector : public DataObjectSelector
public class AdoDotNetObjectSelector extends DataObjectSelector
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataConnection>
Microsoft.VisualStudio.Data.Framework.DataObjectSelector
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectSelector
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.