SfcCardinality Enum

Definition

Specifies the cardinality of the type in relationship to its parent

public enum SfcCardinality
type SfcCardinality = 
Public Enum SfcCardinality
Inheritance
SfcCardinality

Fields

None 0
One 1

Always one reference (default)

OneToAny 4

At least one to any (rare, but it happens, such as (Table.)Columns.Column)

ZeroToAny 3

Zero to any (typical for SFC/SMO collections)

ZeroToOne 2

The reference may be null

Applies to