Click or drag to resize

Mapper Constructor (ISession, MappingConfiguration)

Creates a new instance of the mapper using the configuration provided

Namespace:  Cassandra.Mapping
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public Mapper(
	ISession session,
	MappingConfiguration config
)

Parameters

session
Type: CassandraISession
Session to be used to execute the statements
config
Type: Cassandra.MappingMappingConfiguration
Mapping definitions for the POCOs
See Also