Difference between revisions of "How to create a .cs value script"

From dbscript Online Help
Jump to: navigation, search
(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#, ...)
(No difference)

Revision as of 01:59, 6 November 2008

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