RelationshipType EnumType
Specifies the type of entity relationship.
Members
Members define the discrete options for the enumeration type.
| Name | Value | Description | 
|---|---|---|
| OneToManyRelationship | 0 | The entity relationship is a One-to-Many relationship. | 
| ManyToManyRelationship | 1 | The entity relationship is a Many-to-Many relationship. | 
Used by
The following use the RelationshipType EnumType.
| Name | How used | 
|---|---|
| RelationshipMetadataBase | RelationshipType Property | 
| ComplexManyToManyRelationshipMetadata | RelationshipType Property | 
| ComplexOneToManyRelationshipMetadata | RelationshipType Property |