Overload List
Name | Description | |
---|---|---|
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.
|
|
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.
|
See Also