Table of Contents

Interface IEntityQuery<T>

Namespace
System.Linq
Assembly
Instagile.dll

Provides functionality to evaluate queries against a specific data source wherein the type of the data is a known entity.

public interface IEntityQuery<out T> : IEntityQuery

Type Parameters

T

The type of the data in the data source.

Inherited Members
Extension Methods