How to create a .cs value script

From dbscript Online Help
Revision as of 01: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#, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Steps

  • Create a Project Version in the Project containing the schema information
  • 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