Click or drag to resize
MappingConfigurationDefine Method (ITypeDefinition)
Specifies an individual mapping definition. Usually used along with the MapTPoco class which allows you to define mappings with a fluent interface. Will throw if a mapping has already been defined for a given POCO Type.

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

Parameters

maps
Type: Cassandra.MappingITypeDefinition

Return Value

Type: MappingConfiguration
See Also