Condividi tramite


ICommonQueryableSpace Interface

Definition

It contains core functions to be exposed to the user from the root queryable space.

public interface ICommonQueryableSpace
type ICommonQueryableSpace = interface
Public Interface ICommonQueryableSpace
Derived

Methods

QueryFrom<TEntity>(IEnumerable<EntityIdentity>)

Creates a query from a set of object identities. The identity and the result type must match, otherwise, the query will fail at the runtime.

QueryFrom<TEntity>(IEnumerable<TEntity>)

Creates a query from a set of objects from previous query results.

Applies to