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;
| C# | |
|---|---|
public RelationshipTypes RelationshipType {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0