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

Name Value Description
None 0
One 1

Always one reference (default)

ZeroToOne 2

The reference may be null

ZeroToAny 3

Zero to any (typical for SFC/SMO collections)

OneToAny 4

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

Applies to