Enum RelationCardinality
Describes the cardinality of a relation. All values are from Parent => Child.
Namespace: Stylelabs.M.Sdk.Contracts.Base
Assembly: Stylelabs.M.Sdk.dll
Syntax
public enum RelationCardinality : int
Fields
Name | Description |
---|---|
ManyToMany | Many parents to many children. |
OneToMany | One parent to many children. |
OneToOne | One parent to one child. |
Can we improve this article ? Provide feedback