Share via


AdoDotNetObjectSelector Constructors

Definition

Overloads

AdoDotNetObjectSelector()

Initializes a new instance of the AdoDotNetObjectSelector class.

AdoDotNetObjectSelector(IVsDataConnection)

Initializes a new instance of the AdoDotNetObjectSelector class with the data connection object.

AdoDotNetObjectSelector()

Initializes a new instance of the AdoDotNetObjectSelector class.

public:
 AdoDotNetObjectSelector();
public AdoDotNetObjectSelector ();
Public Sub New ()

Applies to

AdoDotNetObjectSelector(IVsDataConnection)

Initializes a new instance of the AdoDotNetObjectSelector class with the data connection object.

public:
 AdoDotNetObjectSelector(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
public AdoDotNetObjectSelector (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectSelector : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectSelector
Public Sub New (connection As IVsDataConnection)

Parameters

connection
IVsDataConnection

An IVsDataConnection object representing the communication to the data source.

Applies to