Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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. Directories

  • BaseDirectory - The output directory for base classes.
  • EntitiesDirectory - The output directory for entity classes.
  • MapsDirectory - Folder containing HBM files.

4. Naming

  • BaseNamespace - The namespace for base classes.
  • EntityNamespace - The namespace for business entities.
  • EntityBaseClass - The base class for PLINQO entities.
  • GenerateDataContext - "True to generate the DataContext (queries require the DataContext).
  • No labels