Hbms.cst

You must fill in the required attributes, but by doing so they will be used to automatically populate the other attributes with default values.

1. Required

  • AssemblyName - The name of the Assembly that will contain the business entities.
  • SourceDatabase - The source databse to generate from.

2. Database

  • CleanExpression - List of regular expressions to clean table, view and column names.
  • IgnoreList - List of regular expressions to ignore tables, views and commands when generating mapping.
  • IncludeList - List of regular expressions to include tables and views when generating mapping.

3. Directories

  • MapsDirectory - The output directory for mapping files.

4. Naming

  • EntityNamespace - The namespace for business entities.