Is the code gen tool sqlmetal only a mapper to linq to sql?
I'm looking for something that will create common CRUD operations also like:
GetUserByID UpdateUserByID InsertUser GetAllUsers
etc.
Is the code gen tool sqlmetal only a mapper to linq to sql?
I'm looking for something that will create common CRUD operations also like:
GetUserByID UpdateUserByID InsertUser GetAllUsers
etc.