The EntityQueryT generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataService |
The DataService associated with this query.
(Inherited from EntityQuery.) |
|
DataServiceQuery |
For internal use.
|
|
ElementType |
The element type of the IEnumerable{T} returned by this query.
(Overrides EntityQueryElementType.) |
|
EntityManager |
The EntityManager associated with this query.
(Inherited from EntityQuery.) |
|
Expression | (Overrides EntityQueryExpression.) | |
JsonResultsAdapter | (Inherited from EntityQuery.) | |
Provider | ||
QueryableType |
The type being queried. This may not be the same as the type returned in the case
of a 'Select'.
(Inherited from EntityQuery.) |
|
QueryOptions |
The QueryOptions associated with this query.
(Inherited from EntityQuery.) |
|
ResourceName |
The resource name specified for this query.
(Inherited from EntityQuery.) |
See Also