EntityQueryT Constructor (EntityQueryT) Breeze.sharp
May be called by subclasses that need to add additional behavior to a query. The basic idea is to use this method to clone the query first and then add or modify properties on the cloned instance.

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

protected EntityQuery(
	EntityQuery<T> query
)

Parameters

query
Type: Breeze.SharpEntityQueryT
See Also

Reference