EntityQueryTExecuteLocally Method Breeze.sharp
Executes this query against the EntityManager's local cache, with an optionally specfied 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 IEnumerable<T> ExecuteLocally(
	EntityManager entityManager = null
)

Parameters

entityManager (Optional)
Type: Breeze.SharpEntityManager

Return Value

Type: IEnumerableT
See Also

Reference