EntityQueryTExecute Method Breeze.sharp
Overload List

  Name Description
Public method Execute(EntityManager)
Executes this query, against an optionally specified EntityManager. If no EntityManager is specified then the query is run on the EntityManager specified by the EntityManager property on this instance. ( WithTQuery(TQuery, EntityManager) ) If this value is null an exception will be thrown.
Public method Execute(CancellationToken, EntityManager)
Executes this query, against an optionally specified EntityManager. If no EntityManager is specified then the query is run on the EntityManager specified by the EntityManager property on this instance. ( WithTQuery(TQuery, EntityManager) ) If this value is null an exception will be thrown.
Top
See Also

Reference