| AgencyXServiceAreaDapperRepo Methods |
The AgencyXServiceAreaDapperRepo type exposes the following members.
| Name | Description | |
|---|---|---|
| Create |
Creates a new record
| |
| Delete(Int32) |
Deletes a a record by its PK
| |
| Delete(String) |
Deletes multiple records based on the provided where clause
| |
| Equals | (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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OpenConnection |
Opens a connection that to the SQL server using the connection string provided
(Inherited from DapperBase.) | |
| ReadList |
Gets records based on the provided parameters
| |
| ReadListAll |
Gets all records
| |
| ReadSingle |
Gets a single record by its PK
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Updates an existing record
|