EntityManagerExecuteQueryLocallyT Method (EntityQueryT) Breeze.sharp
Executes the specified query against the local cache and returns a typed result.

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

public IEnumerable<T> ExecuteQueryLocally<T>(
	EntityQuery<T> query
)

Parameters

query
Type: Breeze.SharpEntityQueryT

Type Parameters

T

Return Value

Type: IEnumerableT
See Also

Reference