EntityConfiguration and EntityConfiguration<TClass> are used for setting up mapping of properties and primary keys, configuring associations, and creating inheritances, and for specifying tables the entities are mapped to. EntityConfiguration and EntityConfiguration<TClass> instances are created by Entity methods of the FluentMappingBuilder class.
This section describes how to use these classes to configure entity mapping.
Describes how to use EntityConfiguration and EntityConfiguration<TClass> classes to create mapping configurations of primary keys.
Describes how to specify the table name for an entity.
Briefly describes how to define association mapping using fluent mapping.
Briefly describes how to define Table Per Hierarchy inheritance mapping in using fluent mapping.
Briefly describes how to define Table Per Type inheritance mapping in using fluent mapping.