Chili.Opf3 Send comments on this topic.
GetRelationMapping Method
See Also 
Chili.Opf3.Mapping Namespace > ITypeRelationInfoCollection Interface : GetRelationMapping Method




name
The relation's name. The name is specified by setting the RelationAttribute's name property.
Returns the RelationInfo object associated with the RelationAttribute's name.

Syntax

Visual Basic (Declaration) 
Overridable Function GetRelationMapping( _
   ByVal name As String _
) As IRelationInfo
Visual Basic (Usage)Copy Code
Dim instance As ITypeRelationInfoCollection
Dim name As String
Dim value As IRelationInfo
 
value = instance.GetRelationMapping(name)
C# 
virtual IRelationInfo GetRelationMapping( 
   string name
)
Managed Extensions for C++ 
virtual IRelationInfo* GetRelationMapping( 
   string* name
) 
C++/CLI 
virtual IRelationInfo^ GetRelationMapping( 
   String^ name
) 

Parameters

name
The relation's name. The name is specified by setting the RelationAttribute's name property.

Requirements

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

See Also