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.11.0
Syntax
C#
public Mapper(
	ISession session
)

Parameters

session
Type: CassandraISession
See Also