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.
3. Naming
- BaseNamespace - The namespace for base classes.
- DataContextName - Name of the generated DataContext.
- EntityBaseClass - The base class for PLINQO entities.
- GenerateDataContext - "True to generate the DataContext (queries require the DataContext).