ICommonQueryableSpace Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |