IVsDataMappedObjectConversion Interface

Definition

Represents a conversion for a data object support mapped type and contains the conversion steps needed to convert a data source–specific object to a mapped object.

public interface class IVsDataMappedObjectConversion
public interface IVsDataMappedObjectConversion
type IVsDataMappedObjectConversion = interface
Public Interface IVsDataMappedObjectConversion

Properties

CallMapperStep

Gets a conversion step that is part of the conversion from a data source–specific type to a mapped type.

Steps

Returns all the conversion steps that are necessary to convert a data source–specific type to a mapped type.

Applies to