Click or drag to resize

UdtMapForT Method

Creates a new UdtMap for the specified .NET type, optionally mapped to the specified UDT name.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public static UdtMap<T> For<T>(
	string udtName = null
)
where T : new()

Parameters

udtName (Optional)
Type: SystemString

Type Parameters

T

Return Value

Type: UdtMapT
See Also