Click or drag to resize

IStoredQueryDataPersistenceServiceTEntity Methods

The IStoredQueryDataPersistenceServiceTEntity generic type exposes the following members.

Methods
  NameDescription
Public methodCount
Performs a fast count
(Inherited from IDataPersistenceServiceTData.)
Public methodGet
Get the object specified key.
(Inherited from IDataPersistenceServiceTData.)
Public methodInsert
Insert the specified data.
(Inherited from IDataPersistenceServiceTData.)
Public methodObsolete
Obsolete the specified identified data
(Inherited from IDataPersistenceServiceTData.)
Public methodQuery(ExpressionFuncTData, Boolean, IPrincipal)
Query the specified data
(Inherited from IDataPersistenceServiceTData.)
Public methodQuery(ExpressionFuncTData, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortTData)
Query the specified data
(Inherited from IDataPersistenceServiceTData.)
Public methodQuery(ExpressionFuncTEntity, Boolean, Guid, Int32, NullableInt32, Int32, IPrincipal, ModelSortTEntity)
Queries or continues a query
Public methodUpdate
Update the specified data
(Inherited from IDataPersistenceServiceTData.)
Top
See Also