EntityQueryCreate Method Breeze.sharp
Creates a new typed EntityQuery for a specific type. Same as new EntityQuery{T} but can be used where the generic parameter 'T' cannot be specified.

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

public static EntityQuery Create(
	Type clrEntityType
)

Parameters

clrEntityType
Type: SystemType

Return Value

Type: EntityQuery
See Also

Reference