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.0.9 (git 5ca22bb)
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