EntityQueryFromT Method (String, T) Breeze.sharp
This signature is intended to be use for queries that will return an anonymous type. An example instance of the anonymous type you want returned may be passed as the 2nd argument and will be used to materialize the result of the query.

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

public static EntityQuery<T> From<T>(
	string resourceName,
	T dummy
)

Parameters

resourceName
Type: SystemString
dummy
Type: T

Type Parameters

T

Return Value

Type: EntityQueryT
See Also

Reference