AutoGenerate entities and basic methods of accessing database using T4 template.
database access methods based on dapper-dot-net.
objects | C | R | U | D |
view | F | T | F | F |
table with primary key or auto increase | T | T | T | T |
table without primary key and auto increase | T | T | F | F |
if you wanna run the tests, execute the sql file in the folder of this sln.And replace the the connection string in T4 template file and the app.config file in test project.