Chili.Opf3 Send comments on this topic.
IRelationInfo Interface Properties
See Also 
Chili.Opf3.Mapping Namespace : IRelationInfo Interface


For a list of all members of this type, see IRelationInfo members.

Public Properties

 NameDescription
 PropertyChildTypeMapping Specifies the TypeMapping of the child type.  
 PropertyParentTypeMapping Specifies the TypeMapping of the parent type.  
 PropertyRelatedProperties Returns a list of related properties between two objects. This list contains IRelatedPropertiesPair interfaces that contain the related properties in the two objects.  
 PropertyRelationAttribute Returns the RelationAttribute of the current relation.  
 PropertyWeakRelatedProperties Returns a list of weak related properties between two objects. This list contains IRelatedPropertiesPair interfaces that contain the weak related properties in the two objects.  
 PropertyWeakTypeMapping Specifies the TypeMapping of the weak persistent type. May be null if no many-to-many relation has been specified.  
Top

See Also