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

Name Description
Public class Add<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity creation request to the underlying relational data store.
Public class Add<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity creation request to the underlying relational data store.
Public class AddDetail<TEntity, TEntityValidations, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a detail entity creation request to the underlying relational data store.
Public class AddDetail<TEntity, TEntityValidations, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a detail entity creation request to the underlying relational data store.
Public class AddThese<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a collection of entities creation request request to the underlying relational data store.
Public class AddThese<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a collection of entities creation request request to the underlying relational data store.
Public class BuildGroupBy Creates a new GroupBy instance.
Public class BuildOrderBy Creates a new OrderBy instance.
Public class BuildPaging Creates a new Paging instance.
Public class BuildWhere Creates a new Where instance.
Public class BuildWhereParameter Creates a new WhereParameter instance.
Public class BuildWhereParameters Creates a new WhereParameter collection.
Public class Count<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity count request to the underlying relational data store.
Public class Count<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity count request to the underlying relational data store.
Public class Get<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity read request to the underlying relational data store.
Public class Get<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity read request to the underlying relational data store.
Public class GetDetail<TEntity, TDao, TDataContext, TDataCommand, TDataReader> 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 relational data store.
Public class GetDetail<TEntity, TDataContext, TDataCommand, TDataReader> 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 relational data store.
Public class GetFirst<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a single entity read request to the underlying relational data store.
Public class GetFirst<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a single entity read request to the underlying relational data store.
Public class GetGroup<TEntity, TEntityGroup, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity aggregation read request to the to the underlying relational data store.
Public class GetMaster<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a master entity read request to the underlying relational data store.
Public class GetMaster<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a master entity read request to the underlying relational data store.
Public class MakeTransactional<TDataContext, TInnerGearResult> Runs the inner gear and if it is successful, a commit request is issued to the DiamantCarboniteController<TDataContext> transaction. Otherwise a rollback request is issued.
Public class Remove<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity deletion request to the underlying relational data store.
Public class Remove<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity deletion request to the underlying relational data store.
Public class RemoveAll<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a delete all entities request to the underlying relational data store.
Public class RemoveAll<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a delete all entities request to the underlying relational data store.
Public class RemoveDetail<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a detail entity deletion request to the underlying relational data store.
Public class RemoveDetail<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a detail entity deletion request to the underlying relational data store.
Public class RemoveThese<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity collection deletion request to the underlying relational data store.
Public class RemoveThese<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity collection deletion request to the underlying relational data store.
Public class RunProgram<TProgramResult, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a parameterless program execution request to the underlying relational data store.
Public class RunProgram<TProgramResult, TProgramArguments, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a parameterized program execution request to the underlying relational data store.
Public class Synchronize<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity syncing request to the underlying relational data store.
Public class Synchronize<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity syncing request to the underlying relational data store.
Public class SynchronizeThese<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity collection syncing request to the underlying relational data store.
Public class SynchronizeThese<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity collection syncing request to the underlying relational data store.
Public class Update<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity update request to the underlying relational data store.
Public class Update<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity update request to the underlying relational data store.
Public class UpdateDetail<TEntity, TEntityValidations, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a detail entity update request to the underlying relational data store.
Public class UpdateDetail<TEntity, TEntityValidations, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes a detail entity update request to the underlying relational data store.
Public class UpdateThese<TEntity, TDao, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity collection update request to the underlying relational data store.
Public class UpdateThese<TEntity, TDataContext, TDataCommand, TDataReader> By using Keystone Carbonite, routes an entity collection update request to the underlying relational data store.
Top