![]() | IDataPersistenceServiceEx<TModel> Methods |
The IDataPersistenceServiceEx<TModel> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Obsolete.
Performs a fast count
(Inherited from IDataPersistenceService<TData>.) |
![]() | Delete |
Delete the specified identified data
(Inherited from IDataPersistenceService<TData>.) |
![]() | DeleteAll |
Obsolete all matching data
|
![]() | Get |
Get the object with identifier key.
(Inherited from IDataPersistenceService<TData>.) |
![]() | Insert |
Insert the specified data.
(Inherited from IDataPersistenceService<TData>.) |
![]() | Query(Expression<Func<TData, Boolean>>, IPrincipal) |
Query for TData whose current version matches query (Inherited from IDataPersistenceService<TData>.) |
![]() | Query(Expression<Func<TData, Boolean>>, Int32, Nullable<Int32>, Int32, IPrincipal,ModelSort<TData>[]) | Obsolete.
Query the specified data
(Inherited from IDataPersistenceService<TData>.) |
![]() | Touch |
Touch the specified data
|
![]() | Update |
Update the specified data
(Inherited from IDataPersistenceService<TData>.) |