How to create a .cs value script
Revision as of 00:59, 6 November 2008 by Ho (talk | contribs) (New page: === Steps === * Create a Project * Create a Project Version in the Project containing the schema information * Create a Value Script * Enter an ID, select script type C#, ...)
Steps
- Create a Project
- Create a Project Version in the Project containing the schema information
- Create a Value Script
- Enter an ID, select script type C#, press Create
- In the Value Script menu, select Tables
- Add the table names to be scripted
- If the C# class name differs from the table name, define its class name
- Select the column for the C# identifier
- Select the column for the value of the C# identifier
- Optionally select the column for the description of the C# identifier
- In the Value Script menu, select Generate Script
- Press Generate, Download