Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SelectionMode

The select mode used to join tables in a query.

Index

Enumeration members

Enumeration members

EACH

EACH: = "each"

For EACH all records from the child table are returned.

FIRST

FIRST: = "first"

For FIRST only the first record from the child table are returned.

LAST

LAST: = "last"

For LAST only the last record from the child table are returned.