'Declaration<CanBeNullAttribute()> Public Shadows Function GetTypeMappingDefinition( _ ByVal type As Type _ ) As DATypeMappingDefinition
'UsageDim instance As DAMappingProvider Dim type As Type Dim value As DATypeMappingDefinition value = instance.GetTypeMappingDefinition(type)
[CanBeNull()] public new DATypeMappingDefinition GetTypeMappingDefinition( Type type )
[CanBeNull()] public: new DATypeMappingDefinition^ 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.