Click or drag to resize
SqlMapperAddTypeHandlerT Method (SqlMapperTypeHandlerT)
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 AddTypeHandler<T>(
	SqlMapperTypeHandler<T> handler
)

Parameters

handler
Type: DapperSqlMapperTypeHandlerT

Type Parameters

T
See Also