Click or drag to resize
Mapper Constructor (ISession)
Creates a new instance of the mapper using Global mapping definitions.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Mapper(
	ISession session
)

Parameters

session
Type: CassandraISession
See Also