Overload List
Name | Description | |
---|---|---|
EntityQueryT |
Constructor
|
|
EntityQueryT(String) |
Contructor for a query against a specific resource.
|
|
EntityQueryT(EntityQueryT) |
May be called by subclasses that need to add additional behavior to a query.
The basic idea is to use this method to clone the query first and then add
or modify properties on the cloned instance.
|
|
EntityQueryT(Expression, IQueryable) |
Initializes a new instance of the EntityQueryT class
|
See Also