Click or drag to resize

IDataPersistenceServiceEx<TModel> Methods

The IDataPersistenceServiceEx<TModel> generic type exposes the following members.

Methods
  NameDescription
Public methodCount Obsolete.
Performs a fast count
(Inherited from IDataPersistenceService<TData>.)
Public methodDelete
Delete the specified identified data
(Inherited from IDataPersistenceService<TData>.)
Public methodDeleteAll
Obsolete all matching data
Public methodGet
Get the object with identifier key.
(Inherited from IDataPersistenceService<TData>.)
Public methodInsert
Insert the specified data.
(Inherited from IDataPersistenceService<TData>.)
Public methodQuery(Expression<Func<TData, Boolean>>, IPrincipal)
Query for TData whose current version matches query
(Inherited from IDataPersistenceService<TData>.)
Public methodQuery(Expression<Func<TData, Boolean>>, Int32, Nullable<Int32>, Int32, IPrincipal,ModelSort<TData>[]) Obsolete.
Query the specified data
(Inherited from IDataPersistenceService<TData>.)
Public methodTouch
Touch the specified data
Public methodUpdate
Update the specified data
(Inherited from IDataPersistenceService<TData>.)
Top
See Also