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




Specifies the TypeMapping of the weak persistent type. May be null if no many-to-many relation has been specified.

Syntax

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

Requirements

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

See Also