Download List

项目描述

**_Crud Class Generator_** has developed to generate class which is object model of a database table.
Via these generated classes, many CRUD processes can be done without writing SQL query.

**CCG is easy to use**, because; it is developer-friendly
**CCG is practical**, because; it allows to make many crud processes without writing SQL query
**CCG is fast**, because; it’s object size very small and it allows to make more than one processes at a time.

**For example;** fallowing processes can be done in a transaction at a time.
-Insert some rows to Table1 and get returned Identity value.
-Insert some other rows to Table2 by using Identity value of Table1 and get returned Identity value of Table2,
-Update some rows on Table3 by using Identity value of Table2,
-Delete some rows on Table4,
-Select some rows from Table1

_Do all these processes with just one command at a time_

**Some Other Features:**
-ADO or SQL transections can be used.
-CRUD processes can be logged.

系统要求

System requirement is not defined

Download Package list

No Packages