DataMappedObjectConverter 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
DataMappedObjectConverter() |
Initializes a new instance of the DataMappedObjectConverter class. |
DataMappedObjectConverter(IVsDataConnection) |
Initializes a new instance of the DataMappedObjectConverter class, along with a data connection. |
DataMappedObjectConverter()
Initializes a new instance of the DataMappedObjectConverter class.
protected:
DataMappedObjectConverter();
protected DataMappedObjectConverter ();
Protected Sub New ()
Applies to
DataMappedObjectConverter(IVsDataConnection)
Initializes a new instance of the DataMappedObjectConverter class, along with a data connection.
protected:
DataMappedObjectConverter(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataMappedObjectConverter (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataMappedObjectConverter : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataMappedObjectConverter
Protected Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
A connection object representing the communication to the data source.