| | Name | Description |
|---|
 | AfterPersisted |
After the object is persisted
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | ApplyDefaultQueryFilters |
Apply default query filters to the query provided by the caller
(Inherited from BaseEntityDataPersistenceServiceTModel, TDbModel) |
 | BeforePersisting |
Prepare references
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | Count |
Count the
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Delete(Guid) |
Perform a delete of the specified object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Delete(Guid, TransactionMode, IPrincipal) |
Delete the specified object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Delete(DataContext, Guid, DeleteMode, Boolean) |
ADO non-generic delete
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | DeleteAll |
Delete all objects according to the current DataPersistenceControlContext (Inherited from BasePersistenceServiceTModel, TDbModel) |
 | DoConvertToDataModel |
Convert model to a TDbModel (Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | DoConvertToInformationModel | (Overrides NonVersionedDataPersistenceServiceTModel, TDbModelDoConvertToInformationModel(DataContext, TDbModel, Object)) |
 | DoDeleteAllInternal |
Obsolete all objects
(Inherited from BaseEntityDataPersistenceServiceTModel, TDbModel) |
 | DoDeleteAllModel |
Do the deletion all model objects which match
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | DoDeleteFreeTextIndexInternal |
The object key is being purged - delete freetext entries for the object.
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | DoDeleteInternal |
Perform an obsoletion of the specified object
(Inherited from BaseEntityDataPersistenceServiceTModel, TDbModel) |
 | DoDeleteModel |
Perform the actual obsolete of a model object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | DoDeleteReferencesInternal |
The object key is being purged - delete all references for the object
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | DoGetInternal |
Get a database model version direct from the database
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | DoGetModel |
Perform a get operation returning a model
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | DoInsertInternal |
Perform an insert on the specified object
(Inherited from BaseEntityDataPersistenceServiceTModel, TDbModel) |
 | DoInsertModel | (Overrides BasePersistenceServiceTModel, TDbModelDoInsertModel(DataContext, TModel)) |
 | DoQueryInternal |
Perform a query for the specified object
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | DoQueryInternalAsTReturn |
Perform the query however return a custom TReturn. This function allows you
to modify the query instructions before sending query to the database
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | DoQueryModel |
Perform query model
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | DoTouchModel |
On this class a TOUCH changes the updated time
(Inherited from NonVersionedDataPersistenceServiceTModel, TDbModel) |
 | DoUpdateInternal |
Perform an update on the object and ensure that the keys
(Inherited from NonVersionedDataPersistenceServiceTModel, TDbModel) |
 | DoUpdateModel |
Perform the actual update of a model object
(Overrides BasePersistenceServiceTModel, TDbModelDoUpdateModel(DataContext, TModel)) |
 | EnsureExistsTData |
Ensure that the object exists in the database
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | ExecuteQueryOrm |
Execute the specified query on the specified object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Exists(DataContext, Guid) |
True if the object exists in the database
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Exists(DataContext, Guid, Boolean) |
Return true if the specified object exists
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | Get(Guid) |
Gets the specified object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Get(DataContext, Guid) |
Gets the specified identified object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Get(Guid, NullableGuid, IPrincipal) |
Primary GET function for the data persistence layer
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | GetAdHocCacheKey |
Get the ad-hoc cache key
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | GetCurrentVersionFilter |
Return sql statement for version filter
(Inherited from BaseEntityDataPersistenceServiceTModel, TDbModel) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | Insert(Object) |
Insert the specified object into the context
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Insert(DataContext, IdentifiedData) |
Insert the specified object into the database
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Insert(TModel, TransactionMode, IPrincipal) |
Perform an insert operation
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | MapExpressionTResult |
Map the sorting expression
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | Query(Expression) |
Perform the specified query
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Query(ExpressionFuncTModel, Boolean, IPrincipal) |
Executes the specified query returning the query set
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Query(Expression, Int32, NullableInt32, Int32) |
Query the specified data store
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Query(ExpressionFuncTModel, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortTModel) |
Query the specified repository
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Query(ExpressionFuncTModel, Boolean, Guid, Int32, NullableInt32, Int32, IPrincipal, ModelSortTModel) |
Query legacy interface (query by id)
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | ToModelInstance(DataContext, Object) |
Convert the specified object to model
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | ToModelInstance(Object, DataContext) |
Convert an instance to model
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
 | Touch(DataContext, Guid) |
Touch the specified object
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Touch(Guid, TransactionMode, IPrincipal) |
Touch the object with key but don't update it
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | TryGetKeyResolverTTarget |
Get the key resolver for TTarget (Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Update(Object) |
Updates the provided object to match in the data store
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Update(DataContext, IdentifiedData) |
Update the specified object in the database context
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | Update(TModel, TransactionMode, IPrincipal) |
Perform the actual update
(Inherited from BasePersistenceServiceTModel, TDbModel) |
 | UpdateInternalAssociationsTAssociativeTable |
Update the internal
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | UpdateModelAssociationsTModelAssociation |
Update associated entities
(Inherited from IdentifiedDataPersistenceServiceTModel, TDbModel) |
 | ValidateCacheItem |
Validate the cacheEntry matches the version information in the database from dataModel (Inherited from NonVersionedDataPersistenceServiceTModel, TDbModel) |