AdoDotNetMappedObjectConverter Constructors

Definition

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.

Applies to