Chili.Opf3 Send comments on this topic.
ChildTypeMapping Property
See Also 
Chili.Opf3.Mapping Namespace > IRelationInfo Interface : ChildTypeMapping Property




Specifies the TypeMapping of the child type.

Syntax

Visual Basic (Declaration) 
Overridable ReadOnly Property ChildTypeMapping As TypeMapping
Visual Basic (Usage)Copy Code
Dim instance As IRelationInfo
Dim value As TypeMapping
 
value = instance.ChildTypeMapping
C# 
virtual TypeMapping ChildTypeMapping {get;}
Managed Extensions for C++ 
__property virtual TypeMapping* get_ChildTypeMapping();
C++/CLI 
virtual property TypeMapping^ ChildTypeMapping {
   TypeMapping^ get();
}

Requirements

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

See Also