Class EmptyQuery
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
Expression
Gets the expression tree that is associated with the instance of IEntityQuery.
public abstract Expression Expression { get; }
Property Value
Provider
Gets the query provider that is associated with this data source.
public abstract IEntityQueryProvider Provider { get; }
Property Value
Methods
Create<T>(IEntityContext)
public static IFrozenQuery<T> Create<T>(IEntityContext context) where T : IEntity<T>
Parameters
contextIEntityContext
Returns
- IFrozenQuery<T>
Type Parameters
T
IsInMemory()
public bool IsInMemory()
Returns
TryPetrify(out QueryToken?)
public bool TryPetrify(out QueryToken? iceCube)
Parameters
iceCubeQueryToken