Table of Contents

Interface IEntityQuery

Namespace
System.Linq
Assembly
Instagile.dll

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

Type

Expression

Gets the expression tree that is associated with the instance of IEntityQuery.

Expression Expression { get; }

Property Value

Expression

KeyLevel

Gets the hierarchical cache level (or None if the query is uncacheable).

FilterLevel KeyLevel { get; }

Property Value

FilterLevel

Provider

Gets the query provider that is associated with this data source.

IEntityQueryProvider Provider { get; }

Property Value

IEntityQueryProvider