Share via


DataObjectSelector Constructors

Definition

Overloads

DataObjectSelector()

Initializes a new instance of the DataObjectSelector class.

DataObjectSelector(IVsDataConnection)

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

DataObjectSelector()

Initializes a new instance of the DataObjectSelector class.

protected:
 DataObjectSelector();
protected DataObjectSelector ();
Protected Sub New ()

Applies to

DataObjectSelector(IVsDataConnection)

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

protected:
 DataObjectSelector(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataObjectSelector (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataObjectSelector : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataObjectSelector
Protected Sub New (connection As IVsDataConnection)

Parameters

connection
IVsDataConnection

An IVsDataConnection object representing the connection to the data source.

Applies to