Table of Contents

Class EmptyQuery

Namespace
The.Linq
Assembly
Instagile.dll
public abstract class EmptyQuery : IEntityQuery
Inheritance
EmptyQuery
Implements
Inherited Members
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.

public abstract Type ElementType { get; }

Property Value

Type

Expression

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

public abstract Expression Expression { get; }

Property Value

Expression

Provider

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

public abstract IEntityQueryProvider Provider { get; }

Property Value

IEntityQueryProvider

Methods

Create<T>(IEntityContext)

public static IFrozenQuery<T> Create<T>(IEntityContext context) where T : IEntity<T>

Parameters

context IEntityContext

Returns

IFrozenQuery<T>

Type Parameters

T

IsInMemory()

public bool IsInMemory()

Returns

bool

TryPetrify(out QueryToken?)

public bool TryPetrify(out QueryToken? iceCube)

Parameters

iceCube QueryToken

Returns

bool