Skip to main content
Version: 7.0

DataloaderType

Controls which relation types use the dataloader for batched loading.

Index

Enumeration Members

Enumeration Members

ALL

ALL: 3

Use the dataloader for both Reference and Collection relations.

COLLECTION

COLLECTION: 2

Use the dataloader for Collection (to-many) relations only.

NONE

NONE: 0

Dataloader is disabled.

REFERENCE

REFERENCE: 1

Use the dataloader for Reference (to-one) relations only.

Page Options