'Declaration
<CanBeNullAttribute()> Public Function GetTypeMappingDefinition( _ ByVal type As Type _ ) As AbstractTypeMappingDefinition
'Usage
Dim instance As AbstractMappingProvider Dim type As Type Dim value As AbstractTypeMappingDefinition value = instance.GetTypeMappingDefinition(type)
[CanBeNull()] public AbstractTypeMappingDefinition GetTypeMappingDefinition( Type type )
[CanBeNull()] public: AbstractTypeMappingDefinition^ GetTypeMappingDefinition( Type^ type )
Parameters
- type
- The type for which the type mapping definition should be obtained.
Return Value
The existing or newly loaded type mapping definition;
null
if the type is not for mapping.