Class UdtMappingDefinitions
Allows configuration of user defined types.
Inheritance
UdtMappingDefinitions
Assembly: Cassandra.dll
Syntax
public class UdtMappingDefinitions
Methods
Define(params UdtMap[])
Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.
Declaration
public void Define(params UdtMap[] udtMaps)
Parameters
Type |
Name |
Description |
UdtMap[] |
udtMaps |
|
Exceptions
DefineAsync(params UdtMap[])
Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.
Declaration
public Task DefineAsync(params UdtMap[] udtMaps)
Parameters
Type |
Name |
Description |
UdtMap[] |
udtMaps |
|
Returns
Exceptions