Namespace Kros.KORM.Metadata
Classes
ColumnInfo
Class, which represent information about column from database.
ConventionModelMapper
Model mapper, which know define convention for name mapping.
DatabaseMapper
Mapper for database. Map object types to database informations.
TableInfo
Class, which represent information about table from database
Interfaces
IDatabaseMapper
Interface, which describe mapper for database. Map object types to database informations.
IModelMapper
Interface, which describe class for mapping database to model.
Enums
AutoIncrementMethodType
Type of primary key auto increment method.