RelationshipType Enum

Definition

Relationship types.

public enum RelationshipType
type RelationshipType = 
Public Enum RelationshipType
Inheritance
RelationshipType

Fields

Composing 0

A relationship where the child object cannot be created outside the parent's DDL create statement.

Hierarchical 1

A relationship where the child object can be created outside the parent's DDL create statement.

Peer 2

A relationship where the related object must be created outside the parent's DDL create statement.

Applies to