EntityQueryTWithParameters Method Breeze.sharp
Returns a new query that includes a collection of parameters to pass to the server.

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

public EntityQuery<T> WithParameters(
	IDictionary<string, Object> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: EntityQueryT
See Also

Reference