Mapper Constructor (ISession, MappingConfiguration) |
Creates a new instance of the mapper using the configuration provided
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public 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