MJCZone.DapperMatic.Models
Assembly: MJCZone.DapperMatic
Classes
| Name | Description |
|---|---|
| CommonProviderCheckExpressions | Provides common provider-specific check expressions for database columns. These functions generate appropriate check constraint expressions based on the database provider type. |
| CommonProviderDefaultExpressions | Provides common provider-specific default expressions for database columns. These functions generate appropriate default values based on the database provider type. |
| DataTypeInfo | Internal representation of a database data type with full metadata. |
| DmCheckConstraint | Represents a check constraint in a database. |
| DmColumn | Represents a database column with various properties and methods to determine its characteristics. |
| DmCommand | Represents a SQL command with its associated parameters. |
| DmConstraint | Represents a constraint on a table. |
| DmDefaultConstraint | Represents a default constraint on a table. |
| DmForeignKeyActionExtensions | Provides extension methods for DmForeignKeyAction. |
| DmForeignKeyConstraint | Represents a foreign key constraint in a database. |
| DmIndex | Represents an index on a table. |
| DmOrderedColumn | Represents a column in an ordered list of columns. |
| DmPrimaryKeyConstraint | Represents a primary key constraint on a table. |
| DmTable | Represents a table in a database. |
| DmTableFactory | Factory for creating DmTable instances for types. |
| DmUniqueConstraint | Represents a unique constraint on a table. |
| DmView | Represents a view in a database. |
| DmViewFactory | Factory class for creating and caching instances of DmView. |
Enums
| Name | Description |
|---|---|
| DataTypeCategory | Categories for grouping data types. |
| DmColumnOrder | Specifies the order of a column in an index or constraint. |
| DmConstraintType | Specifies the type of a database constraint. |
| DmForeignKeyAction | Specifies the action to take on a foreign key constraint. |