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.3.0
Syntax public Task DefineAsync(
params UdtMap[] udtMaps
)
Parameters
- udtMaps
- Type: DseUdtMap
Return Value
Type:
TaskExceptions Exception | Condition |
---|
ArgumentException | |
See Also