EntityManagerExecuteQueryLocally Method (EntityQuery) Breeze.sharp
Executes the specified query against the local cache and returns an untyped result.

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

public IEnumerable ExecuteQueryLocally(
	EntityQuery query
)

Parameters

query
Type: Breeze.SharpEntityQuery

Return Value

Type: IEnumerable
See Also

Reference