Click or drag to resize

UdtMappingDefinitions.Define Method

Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public void Define(
	params UdtMap[] udtMaps
)

Parameters

udtMaps
Type:Cassandra.UdtMap[]
Exceptions
ExceptionCondition
ArgumentException
See Also