Method WithOptions
WithOptions(EntityQueryOptions)
Specify your own EntityQueryOptions.
Declaration
public SystemAPIQueryBuilder WithOptions(EntityQueryOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQueryOptions | options | The query options |
Returns
| Type | Description |
|---|---|
| SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Remarks
This method may not be invoked more than once for each query description. Subsequent calls will override previous options, rather than adding to them. Use the bitwise OR operator '|' to combine multiple options.