Click or drag to resize
MappingConfigurationDefine Method (Mappings)
Specifies collections of Mappings specified. Users should sub-class the Mappings class and use the fluent interface there to define mappings for POCOs.

Namespace: Cassandra.Mapping
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public MappingConfiguration Define(
	params Mappings[] mappings
)

Parameters

mappings
Type: Cassandra.MappingMappings

Return Value

Type: MappingConfiguration
See Also