| RepositoryE, K Methods |
The RepositoryE, K generic type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteAsync |
Deletes the entity with a key from the database.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAllAsync |
Gets all entities from database.
| |
| GetAsync |
Gets a entity with key from the database.
| |
| GetCountAsync |
Gets a count of all entities in the database.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InsertAsync |
Inserts the entity into the database.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateAsync |
Updates the entity in the database.
|