MappingConfigurationDefineT Method |
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.
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public MappingConfiguration Define<T>()
where T : new(), Mappings
Type Parameters
- T
Return Value
Type:
MappingConfigurationSee Also