Class UdtMappingDefinitions
Allows configuration of user defined types.
Inheritance
System.Object
UdtMappingDefinitions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class UdtMappingDefinitions
Methods
Define(UdtMap[])
Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.
Declaration
public void Define(params UdtMap[] udtMaps)
Parameters
Type | Name | Description |
---|---|---|
UdtMap[] | udtMaps |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
DefineAsync(UdtMap[])
Add mapping definition(s) for UDTs, specifying how UDTs should be mapped to .NET types and vice versa.
Declaration
public Task DefineAsync(params UdtMap[] udtMaps)
Parameters
Type | Name | Description |
---|---|---|
UdtMap[] | udtMaps |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |