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.Mapping
    Assembly:
   Dse (in Dse.dll) Version: 2.9.0
Syntaxpublic MappingConfiguration Define<T>()
where T : new(), Mappings
Type Parameters
- T
 
Return Value
Type: 
MappingConfiguration
See Also