Cracked version:
http://www.52pojie.cn/thread-414732-1-1.html
Data storage (configuration database), as follows
User id=sa;pwd=;d ata source=localhost\sqlexpress;initial catalog=master
Base Object Design (class generation)
A basic information
1, click on the right "+"
2. Enter the name of the class:Employee
3. Data association table:Employee
4. Enter "Friendly name": Employee Information
5. Data Access Class
properties of the second class
1. Copy the following and right-click on the "Friendly name"
Automatic numbering, work number, name, gender, date of birth, identity card number, nationality, political appearance, marital status, location of account, location, current residence, graduate school, Major, graduation time, education, contact number, emergency contact, emergency call.
2, the upper right corner of the automatic translation
3. Right-click the "Attribute type" Batch setup
4. Set the ID or field associated with another table to int, the time class is set to DateTime
Three-data mapping
1. Fast Matching
2, check the ID three elements: primary key, non-empty, automatic numbering
Click OK to generate
The interface shows the male/female, while the database display 1/2 is a common data design, need to add "Data transformation class" to implement
Add a class to the same
1, "basic information" in the name of the class "sex", the friendly name of "gender",
2. The first line of the class attribute is entered: "Number", "id", "int", the second line is entered: "Name", "
3, "Built-in data" in the first line of input: "FeMale", "0", "female", the second line input: "Male", "1", "male"
4, "citation" tick "This class can be used as a property of other data access classes", the interface Display properties: Name, Data storage properties: Id
Click OK to generate
Easycode (cracked version)-Guidelines for using code generation tools