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 |
---|---|---|
For |
description | The target object |
Returns
Type | Description |
---|---|
Entity |
The EntityQuery corresponding to the query. |