Click or drag to resize
SqlMapperUdtTypeHandler Constructor
Creates a new instance of UdtTypeHandler with the specified UdtTypeName

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public UdtTypeHandler(
	string udtTypeName
)

Parameters

udtTypeName
Type: SystemString
See Also