QuarterlyEntryDapperRepo Methods |
The QuarterlyEntryDapperRepo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create |
Creates a new Record
|
![]() | Delete(Int32) |
Deletes an record by its PK
|
![]() | Delete(String) |
Deletes records based on a 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 using the provided params
|
![]() | ReadList1 |
Not currently implemented
|
![]() | ReadListAll |
Get all records
|
![]() | ReadListAll1 |
Not currently implemented
|
![]() | ReadSingle |
Gets a single record by its PK
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Updates an Record that is already created in storage
|