The following tables list the members exposed by the Keystone.Carbonite.Linq type.

Name Description
Public class LinqCarboniteController<TDataContext> Creates and hosts Carbonite DAO instances, acting for them as a communication manager to call the functions of the underlying Linq to SQL data context.
Public class LinqDao<TEntity, TDataContext> The base class of any Carbonite DAO that manages entity persistence operations against an Linq to SQL data context.
Public class LinqGroupingDao<TEntity, TDataContext> The base class of any Carbonite grouping DAO that reads entity aggregations from an Linq to SQL data context.
Public class OrderingCriteria<TEntity> The ordering criteria used by Carbonite to Linq to SQL DAOs.
Public class PagingCriteria The paging criteria used by Carbonite to Linq to SQL DAOs.
Top