Chili.Opf3 Send comments on this topic.
Relations Property
See Also 
Chili.Opf3.Mapping Namespace > TypeMapping Class : Relations Property




Returns the collection of relations associated with the TypeMapping.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Relations As IRelationInfoCollection
Visual Basic (Usage)Copy Code
Dim instance As TypeMapping
Dim value As IRelationInfoCollection
 
value = instance.Relations
C# 
public IRelationInfoCollection Relations {get;}
Managed Extensions for C++ 
public: __property IRelationInfoCollection* get_Relations();
C++/CLI 
public:
property IRelationInfoCollection^ Relations {
   IRelationInfoCollection^ get();
}

Requirements

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

See Also