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
Parameters
- clrEntityType
- Type: SystemType
Return Value
Type: EntityQuerySee Also