Click or drag to resize

UdtMappingDefinitionsDefineAsync Method

Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Task DefineAsync(
	params UdtMap[] udtMaps
)

Parameters

udtMaps
Type: DseUdtMap

Return Value

Type: Task
Exceptions
ExceptionCondition
ArgumentException
See Also