Chili.Opf3 Send comments on this topic.
GetRelationMapping(Type) Method
See Also 
Chili.Opf3.Mapping Namespace > IRelationInfoCollection Interface > GetRelationMapping Method : GetRelationMapping(Type) Method




type
Type of the related object.
Returns the ITypeRelationInfoCollection object for the given type.

Syntax

Visual Basic (Declaration) 
Overloads Overridable Function GetRelationMapping( _
   ByVal type As Type _
) As ITypeRelationInfoCollection
Visual Basic (Usage)Copy Code
Dim instance As IRelationInfoCollection
Dim type As Type
Dim value As ITypeRelationInfoCollection
 
value = instance.GetRelationMapping(type)
C# 
virtual ITypeRelationInfoCollection GetRelationMapping( 
   Type type
)
Managed Extensions for C++ 
virtual ITypeRelationInfoCollection* GetRelationMapping( 
   Type* type
) 
C++/CLI 
virtual ITypeRelationInfoCollection^ GetRelationMapping( 
   Type^ type
) 

Parameters

type
Type of the related object.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also