| Name | Description | |
|---|---|---|
|  | CountAll | Count all items in the database | 
|  | CountForCriteria | Count all items matching the criteria | 
|  | Delete | Overloaded. Deletes an item from the database | 
|  | Load | Load item given the primary key | 
|  | LoadAll | Load all items | 
|  | LoadForCriteria | Load all items matching the criteria | 
|  | Save | Saves item to the database | 
