This tool generates the TableDataGateway classes and SQL scripts that create stored procedures for the tables in your database. The generated classes use the patterns & practices Enterprise Library.
License
GNU General Public License version 2.0 (GPLv2)Follow DataTierGenerator for Enterprise Library
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I was getting an collation error when running the project and found that I needed to add "collate SQL_Latin1_General_CP1_CI_AS" to the ColumnQuery.sql and TableQuery.sql entries in the SQL folder. After adding this to the end of the LEFT JOIN lines it worked great.