Method ToQuery
ToQuery(ForEachLambdaJobDescription)
Capture the query you have defined using WithAny/WithAll/WithNone
Declaration
public static EntityQuery ToQuery(this ForEachLambdaJobDescription description)Parameters
| Type | Name | Description | 
|---|---|---|
| ForEachLambdaJobDescription | description | The target object | 
Returns
| Type | Description | 
|---|---|
| EntityQuery | The EntityQuery corresponding to the query. |