| UdtMappingDefinitionsDefineAsync Method  | 
            Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Task DefineAsync(
	params UdtMap[] udtMaps
)
Parameters
- udtMaps
 - Type: DseUdtMap
 
Return Value
Type: 
Task
Exceptions| Exception | Condition | 
|---|
| ArgumentException |  | 
See Also