MappingConfigurationDefine Method |
Name | Description | |
---|---|---|
DefineT |
Specifies a collection of mappings defined in Type T. Type T should be a sub-class of Mappings and
must have a parameter-less constructor.
| |
Define(ITypeDefinition) |
Specifies an individual mapping definition. Usually used along with the MapTPoco class which
allows you to define mappings with a fluent interface. Will throw if a mapping has already been defined for a
given POCO Type.
| |
Define(Mappings) |