Queries.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
- SourceDatabase - The source databse to generate from.
2. Directories
- QueriesDirectory - The output directory for query extensions.
- MapsDirectory - Folder containing HBM files.
3. Naming
- BaseNamespace - The namespace for base classes.
- DataContextName- The class name of the Data Context.
- QueryNamespace - The namespace for query extensions.
4. Queries
- MethodKeySuffix - The property name of the primary key query method names.
- MethodPrefix - The prefix of query method names.
- UniqueMethodPrefix - The prefix of query methods with unique results.