Name | Description | |
---|---|---|
RepositoryWithTypedId<TEntity,TId> Constructor |
The following tables list the members exposed by RepositoryWithTypedId<TEntity,TId>.
Name | Description | |
---|---|---|
RepositoryWithTypedId<TEntity,TId> Constructor |
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 |
Name | Description | |
---|---|---|
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |