Click or drag to resize
IDataManagerTEntity Methods

The IDataManagerTEntity generic type exposes the following members.

Methods
  Name Description
Public method All
Get all stored entities
Public method Any
Check if there is any stored entity
Public method Any(ExpressionFuncTEntity, Boolean)
Chcek if there is any stored entity with the predicate
Public method Close
Close the session with the database
Public method Count
Count how many entities are stored
Public method GetManager
Returns the manager of database for the current database engine
Public method Load
Trys to load the entity
Public method OpenQuery
Creates a query to the entity
Public method Remove
Remove the entity
Public method SaveOrUpdate
Save or Update the Entity to a Store
Public method Search
Searchs for a Entity
Top
See Also