'Declaration
Public Sub AddTypeMappingDefinition( _ ByVal type As Type, _ ByVal typeMappingDefinition As AbstractTypeMappingDefinition _ )
'Usage
Dim instance As AbstractMappingProvider Dim type As Type Dim typeMappingDefinition As AbstractTypeMappingDefinition instance.AddTypeMappingDefinition(type, typeMappingDefinition)
public void AddTypeMappingDefinition( Type type, AbstractTypeMappingDefinition typeMappingDefinition )
public: void AddTypeMappingDefinition( Type^ type, AbstractTypeMappingDefinition^ typeMappingDefinition )
Parameters
- type
- The type for which the type mapping definition is being added.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - typeMappingDefinition
- The type mapping definition.
The value of this parameter can be
null
(Nothing
in Visual Basic).