Skip to content

MJCZone.DapperMatic.DataAnnotations ​

Assembly: MJCZone.DapperMatic

Classes ​

NameDescription
DmCheckConstraintAttributeAttribute to define a check constraint.
DmColumnAttributeAttribute to define a database column.
DmDefaultConstraintAttributeAttribute to define a default constraint on a property.
DmForeignKeyConstraintAttributeAttribute to define foreign key constraints on a class or property.
DmIgnoreAttributeAttribute to ignore a property in the mapping.
DmIndexAttributeAttribute to define a database index.
DmPrimaryKeyConstraintAttributeAttribute to define a primary key constraint on a table.
DmTableAttributeAttribute to define the table name and schema for a class.
DmUniqueConstraintAttributeAttribute to define a unique constraint on a table.
DmViewAttributeAttribute to define a database view.