MJCZone.DapperMatic.DataAnnotations ​
Assembly: MJCZone.DapperMatic
Classes ​
Name | Description |
---|---|
DmCheckConstraintAttribute | Attribute to define a check constraint. |
DmColumnAttribute | Attribute to define a database column. |
DmDefaultConstraintAttribute | Attribute to define a default constraint on a property. |
DmForeignKeyConstraintAttribute | Attribute to define foreign key constraints on a class or property. |
DmIgnoreAttribute | Attribute to ignore a property in the mapping. |
DmIndexAttribute | Attribute to define a database index. |
DmPrimaryKeyConstraintAttribute | Attribute to define a primary key constraint on a table. |
DmTableAttribute | Attribute to define the table name and schema for a class. |
DmUniqueConstraintAttribute | Attribute to define a unique constraint on a table. |
DmViewAttribute | Attribute to define a database view. |