RelationshipType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of relationship.
public enum class RelationshipType
[System.Runtime.Serialization.DataContract(Name="RelationshipType", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public enum RelationshipType
[<System.Runtime.Serialization.DataContract(Name="RelationshipType", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
- Attributes
Fields
Name | Value | Description |
---|---|---|
OneToManyRelationship | 0 | |
ManyToManyRelationship | 1 | |
ManyToOneRelationship | 2 |