Click or drag to resize
SqlMapper.AddTypeHandlerImpl Method
Configure the specified type to be processed by a custom handler

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddTypeHandlerImpl(
	Type type,
	SqlMapper. ITypeHandler handler,
	bool clone
)

Parameters

type
Type: System.Type
handler
Type: Dapper.SqlMapper.ITypeHandler
clone
Type: System.Boolean
See Also