Click or drag to resize

IDataPersistenceServiceExTModel Methods

The IDataPersistenceServiceExTModel generic type exposes the following members.

Methods
  NameDescription
Public methodCount Obsolete.
Performs a fast count
(Inherited from IDataPersistenceServiceTData.)
Public methodDelete
Delete the specified identified data
(Inherited from IDataPersistenceServiceTData.)
Public methodDeleteAll
Obsolete all matching data
Public methodGet
Get the object with identifier key.
(Inherited from IDataPersistenceServiceTData.)
Public methodInsert
Insert the specified data.
(Inherited from IDataPersistenceServiceTData.)
Public methodQuery(ExpressionFuncTData, Boolean, IPrincipal)
Query for TData whose current version matches query
(Inherited from IDataPersistenceServiceTData.)
Public methodQuery(ExpressionFuncTData, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortTData) Obsolete.
Query the specified data
(Inherited from IDataPersistenceServiceTData.)
Public methodTouch
Touch the specified data
Public methodUpdate
Update the specified data
(Inherited from IDataPersistenceServiceTData.)
Top
See Also