Share via


AdoDotNetMappedObjectConverter Constructor (IVsDataConnection)

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

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Sub New ( _
    connection As IVsDataConnection _
)
public AdoDotNetMappedObjectConverter(
    IVsDataConnection connection
)
public:
AdoDotNetMappedObjectConverter(
    IVsDataConnection^ connection
)
new : 
        connection:IVsDataConnection -> AdoDotNetMappedObjectConverter
public function AdoDotNetMappedObjectConverter(
    connection : IVsDataConnection
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetMappedObjectConverter Class

AdoDotNetMappedObjectConverter Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace