Nimblesite.DataProvider.Core.CodeGeneration
Classes
| Class | Description |
|---|---|
| AdoNetDatabaseEffects | A driver-agnostic `` that opens a connection |
| 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 |
| DummyParameterValues | Resolves placeholder values for SQL parameters when probing a query's |
| ModelGenerator | Static methods for generating model/record types from database metadata |
| SqlAntlrCodeGenerator | Generic entry point that orchestrates the three codegen phases (model, |
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) |