Namespace DapperExtensions.Mapper
Classes
AutoClassMapper<T>
Automatically maps an entity to a table using a combination of reflection and naming conventions for keys.
ClassMapper<T>
Maps an entity to a table through a collection of property maps.
PluralizedAutoClassMapper<T>
Automatically maps an entity to a table using a combination of reflection and naming conventions for keys. Identical to AutoClassMapper, but attempts to pluralize table names automatically. Example: Person entity maps to People table
PluralizedAutoClassMapper<T>.Formatting
PropertyMap
Maps an entity property to its corresponding column in the database.
Interfaces
IClassMapper
IClassMapper<T>
IPropertyMap
Maps an entity property to its corresponding column in the database.
Enums
KeyType
Used by ClassMapper to determine which entity property represents the key.