RepositoryWithTypedId<TEntity,TId> Class Methods
In This Topic
For a list of all members of this type, see RepositoryWithTypedId<TEntity,TId> members.
Public Methods
| 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
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also