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
Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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.