Table of Contents

Enum RelationshipEndCardinality

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

An enumeration of possible values for defining cardinality on either side of a table relationship.

public enum RelationshipEndCardinality

Fields

Name Description
Many

Specifies the 'many' side of a one-to-many relationship.

None

The relationship is unspecified.

One

Specifies the 'one' side of a one-to-one or one-to-many relationship.