| Mapper Constructor (ISession, MappingConfiguration) | 
            Creates a new instance of the mapper using the configuration provided
            
 
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Mapper(
	ISession session,
	MappingConfiguration config
)
Parameters
- session
 - Type: DseISession
Session to be used to execute the statements - config
 - Type: Dse.MappingMappingConfiguration
Mapping definitions for the POCOs 
See Also