IRepositoryT Interface |
Namespace: RMP.WCF.Model
The IRepositoryT 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
|
![]() | ReadList |
Gets records using the provided params
|
![]() | ReadListAll |
Get all records
|
![]() | ReadSingle |
Gets a single record by its PK
|
![]() | Update |
Updates an Record that is already created in storage
|