LoadOptions Methods
An object defining methods for the LoadOptions class.
PopulateDefaultInstance(numberOfPaginationSkipValue, numberOfPaginationTakeValue)
Creates a LoadOptions
instance with default pagination values.
Parameters:
numberOfPaginationSkipValue (required): int
The number of records to skip.
numberOfPaginationTakeValue (required): int
The number of records to take.
Returns:
Type: LoadOptions
The pagination settings. Defaults toPagination(0, 20)
ifnull
.
This is a sync method. Method runs synchronously.