| UdtMappingDefinitionsDefine Method  | 
            Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic void Define(
	params UdtMap[] udtMaps
)
Parameters
- udtMaps
 - Type: CassandraUdtMap
 
Exceptions| Exception | Condition | 
|---|
| ArgumentException |  | 
See Also