DataProvider.CodeGeneration
Classes
| Class | Description |
|---|---|
| CodeGenerationConfig | Configuration for code generation with customizable functions |
| DataAccessGenerator | Static methods for generating data access extension methods |
| DefaultCodeTemplate | Default implementation of the code generation template |
| DefaultTableOperationGenerator | Default implementation for generating table operations |
| GroupingTransformations | Pure transformation functions for generating grouped query code |
| ModelGenerator | Static methods for generating model/record types from database metadata |
Interfaces
| Interface | Description |
|---|---|
| ICodeTemplate | Interface for code generation templates that can be customized by users |
| IDatabaseEffects | Interface for database effects - operations that interact with the database |
| ITableOperationGenerator | Interface for generating table operation methods (INSERT, UPDATE) |