AdoDotNetMappedObjectConverter 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
AdoDotNetMappedObjectConverter() |
Initializes a new instance of the AdoDotNetMappedObjectConverter class. |
AdoDotNetMappedObjectConverter(IVsDataConnection) |
Initializes a new instance of the AdoDotNetMappedObjectConverter class with the data connection object. |
AdoDotNetMappedObjectConverter()
Initializes a new instance of the AdoDotNetMappedObjectConverter class.
public:
AdoDotNetMappedObjectConverter();
public AdoDotNetMappedObjectConverter ();
Public Sub New ()
Applies to
AdoDotNetMappedObjectConverter(IVsDataConnection)
Initializes a new instance of the AdoDotNetMappedObjectConverter class with the data connection object.
public:
AdoDotNetMappedObjectConverter(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
public AdoDotNetMappedObjectConverter (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetMappedObjectConverter : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetMappedObjectConverter
Public Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
An IVsDataConnection object containing the connection properties to the data source.