| Property | Description |
|---|
| 1.Mapping |
| DbmlFile | The path to the dbml file used generate the entities from. |
| 2.Class |
| AssociationNamingSuffix | Suffix for Many To Many Associations. |
| AuditingEnabled | Flag indicating if the default state of the AuditingEnabled property. |
| BaseDirectory | The folder to save the generated DataContext and base class files. |
| DefaultConnectionString | Default Connection String Name for DatabaseContext. |
| Framework | The version of the .Net Framework that is being used. Version 35_1 is necessary for dynamic data and data services attributes. |
| IncludeDataContract | Include serialization attributes on the generated entities. The attributes generated are based on the framework attribute above. |
| IncludeDataRules | Include CodeSmith.Data rules. |
| IncludeDataServices | Include Data Services attributes on the generated entities. |
| OutputDirectory | The folder to save the generated files. |
| ViewDirectory | The folder to save the generated view files. |