DataObjectSelector Constructors
Definition
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.
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.