Show / Hide Table of Contents

    Namespace Kros.KORM.Query

    Classes

    CommandParameter

    Parameter pre SQL príkaz (ExecuteNonQuery(String)), alebo stored procedúru (ExecuteStoredProcedure<TResult>(String)).

    CommandParameterCollection

    Zoznam parametrov pre pre SQL príkaz (ExecuteNonQuery(String)), alebo stored procedúru (ExecuteStoredProcedure<TResult>(String)).

    DbSet<T>

    Represents the collection of all items that can be saved to the database, of a given type.

    QueryProvider

    Provider, which know execute query.

    QueryProviderFactories

    Represent set of registered Query provider factories.

    SqlServerQueryProvider

    Provider, which know execute query for Sql Server.

    SqlServerQueryProviderFactory

    Factory which create sql server provider.

    Interfaces

    IDbSet<T>

    An IDbSet represents the collection of all entities in the context, or that can be queried from the database, of a given type. DbSet is a concrete implementation of IDbSet.

    IFilteredQuery<T>

    Represent result of filter (where) operation.

    IGroupedQuery<T>

    Represents result of grouping operation.

    IOrderedQuery<T>

    Represents result of a sorting operation.

    IProjectionQuery<T>

    Represent result of projection operation.

    IQuery<T>

    Interface, which describe class for executing query.

    Instance which implement this interface can be used for creating and executing query for T model.

    IQueryBase<T>

    Interface, which describe class for executing query.

    Instance which implement this interface can be used for creating and executing query for T model.

    IQueryProvider

    Interface for provider, which know execute query.

    IQueryProviderFactory

    Interface, which describe factory for creating provider.

    Back to top KROS a.s.