Click or drag to resize
SqlMapperAddTypeHandler Method (Type, SqlMapperITypeHandler)
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(
	Type type,
	SqlMapperITypeHandler handler
)

Parameters

type
Type: SystemType
handler
Type: DapperSqlMapperITypeHandler
See Also