Method QueryBuilder
QueryBuilder()
Gives a fluent API for constructing EntityQuerys similar to the EntityQueryBuilder. This API statically constructs the query as part of the system, and creates the query in the system's OnCreate. Calling this method should allow the construction of EntityQueries with almost no run-time performance overhead."
Declaration
public static SystemAPIQueryBuilder QueryBuilder()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | An instance of |
Remarks
Gives a fluent API for constructing EntityQueries similar to the EntityQueryBuilder. This API statically constructs the query as part of the system, and creates the query in the system's OnCreate. Calling this method should allow for construction of EntityQueries with almost no run-time performance overhead."