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

Name Description
Public class Add<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity creation request to the underlying data context.
Public class AddDetail<TEntity, TEntityValidations, TDao, TDataContext, TCarboniteController> By using Keystone Carbonite, routes a detail entity creation request to the underlying data context.
Public class AddDetail<TEntity, TEntityValidations, TDao, TDataContext> By using Keystone Carbonite, routes a detail entity creation request to the underlying data context.
Public class AddThese<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes a collection of entities creation request request to the underlying data context.
Public class Count<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity count request to the underlying data context.
Public class Get<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity read request to the underlying data context.
Public class GetDetail<TEntity, TDao, TDataContext, TCarboniteController> By using Keystone Carbonite, Routes a detail entity read request so that the first TEntity in compliance with the specified filtering criteria is obtained from the underlying data context.
Public class GetDetail<TEntity, TDao, TDataContext> By using Keystone Carbonite, Routes a detail entity read request so that the first TEntity in compliance with the specified filtering criteria is obtained from the underlying data context.
Public class GetFirst<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes a single entity read request to the underlying data context.
Public class GetGroup<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity aggregation read request to the to the underlying data context.
Public class GetMaster<TEntity, TDao, TDataContext, TCarboniteController> By using Keystone Carbonite, routes a master entity read request to the underlying data context.
Public class GetMaster<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes a master entity read request to the underlying data context.
Public class MakeTransactional<TDataContext, TInnerGearResult> Runs the inner gear and if it is successful, a commit request is issued to the LinqCarboniteController<TDataContext> transaction. Otherwise a rollback request is issued.
Public class Remove<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity deletion request to the underlying data context.
Public class RemoveAll<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes a delete all entities request to the underlying data context.
Public class RemoveDetail<TEntity, TDao, TDataContext, TCarboniteController> By using Keystone Carbonite, routes a detail entity deletion request to the underlying data context.
Public class RemoveDetail<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes a detail entity deletion request to the underlying data context.
Public class RemoveThese<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity collection deletion request to the underlying data context.
Public class Synchronize<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity syncing request to the underlying data context.
Public class SynchronizeThese<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity collection syncing request to the underlying data context.
Public class Update<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity update request to the underlying data context.
Public class UpdateDetail<TEntity, TEntityValidations, TDao, TDataContext, TCarboniteController> By using Keystone Carbonite, routes a detail entity update request to the underlying data context.
Public class UpdateDetail<TEntity, TEntityValidations, TDao, TDataContext> By using Keystone Carbonite, routes a detail entity update request to the underlying data context.
Public class UpdateThese<TEntity, TDao, TDataContext> By using Keystone Carbonite, routes an entity collection update request to the underlying data context.
Top