Click or drag to resize

Mapper Constructor (ISession, MappingConfiguration)

Creates a new instance of the mapper using the configuration provided

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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