Method WithEntityQueryOptions
WithEntityQueryOptions(ForEachLambdaJobDescription, EntityQueryOptions)
Add EntityQueryOptions to the generated query.
Declaration
public static ForEachLambdaJobDescription WithEntityQueryOptions(this ForEachLambdaJobDescription description, EntityQueryOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| ForEachLambdaJobDescription | description | The target object |
| EntityQueryOptions | options | EntityQueryOptions to add to query |
Returns
| Type | Description |
|---|---|
| ForEachLambdaJobDescription | The target object, suitable for chaining multiple methods |