We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68371d4 commit f683dd3Copy full SHA for f683dd3
README.md
@@ -18,7 +18,7 @@ This extension adds the following 8 helpers:
18
- Get(id) - gets one record based on the primary key
19
- GetList<Type>() - gets list of records all records from a table
20
- GetList<Type>(anonymous object for where clause) - gets list of all records matching the where options
21
-- GetList<Type>>(string for conditions) - gets list of all records matching the conditions
+- GetList<Type>(string for conditions) - gets list of all records matching the conditions
22
- Insert(entity) - Inserts a record and returns the new primary key
23
- Update(entity) - Updates a record
24
- Delete<Type>(id) - Deletes a record based on primary key
0 commit comments