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




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

Syntax

Visual Basic (Declaration) 
Overloads Overridable Function GetRelationMapping( _
   ByVal name As String _
) As IRelationInfo
Visual Basic (Usage)Copy Code
Dim instance As IRelationInfoCollection
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