Enumeration FlatDataProviderJoinCollisionType

Enumerates the join types available to the flat data provider.

Enumeration Members

Auto: 0

Retention is based on the join type.

LeftOnly: 1

Retains values only if they are from left.

PreferLeft: 3

Prefers to retain values from left.

PreferRight: 4

Prefers to retain values from right.

RightOnly: 2

Retains values only if they are from right.