QuickObjects.ObjectBase Send comments on this topic.
RelationshipType Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > Join Class : RelationshipType Property

RelationshipType

Holds a RelationshipTypes value. This value is used to indicate the what kind of relationship the Join container object holds with the JoinedObject.


	myJoin.RelationshipType = RelationshipTypes.Parent;
	

Or


	myJoin.RelationshipType = RelationshipTypes.Child;
	

Syntax

C# 
public RelationshipTypes RelationshipType {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also