Click or drag to resize

IUnionQueryDataPersistenceServiceTEntity Methods

The IUnionQueryDataPersistenceServiceTEntity 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 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 methodUnion
Queries or continues a query
Public methodUpdate
Update the specified data
(Inherited from IDataPersistenceServiceTData.)
Top
See Also