EntityQueryTExecute Method (EntityManager) Breeze.sharp
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.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public Task<IEnumerable<T>> Execute(
	EntityManager entityManager = null
)

Parameters

entityManager (Optional)
Type: Breeze.SharpEntityManager

Return Value

Type: TaskIEnumerableT
See Also

Reference