Interface IEntityQuery
Provides functionality to evaluate queries against a specific data source wherein the type of the data is an unknown entity.
public interface IEntityQuery
- Extension Methods
Properties
ElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IEntityQuery is executed.
Type ElementType { get; }
Property Value
Expression
Gets the expression tree that is associated with the instance of IEntityQuery.
Expression Expression { get; }
Property Value
KeyLevel
Gets the hierarchical cache level (or None if the query is uncacheable).
FilterLevel KeyLevel { get; }
Property Value
Provider
Gets the query provider that is associated with this data source.
IEntityQueryProvider Provider { get; }