AdoDotNetObjectSelector 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
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.