EntityQueryExecuteLocally Method Breeze.sharp
Executes this query against the local cache. This method requires that an EntityManager has been previously specified via the [!:EntityQueryExtensions.With(EntityManager)] method.

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

public IEnumerable ExecuteLocally(
	EntityManager entityManager = null
)

Parameters

entityManager (Optional)
Type: Breeze.SharpEntityManager

Return Value

Type: IEnumerable
See Also

Reference

[!:EntityManager.ExecuteQueryLocally(EntityQuery)]