| UdtMappingDefinitionsDefine 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 void Define(
	params UdtMap[] udtMaps
)
Parameters
- udtMaps
 - Type: DseUdtMap
 
Exceptions| Exception | Condition | 
|---|
| ArgumentException |  | 
See Also