| SqlMapperAddTypeHandler Method (Type, SqlMapperITypeHandler) | 
            Configure the specified type to be processed by a custom handler
            
 
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddTypeHandler(
	Type type,
	SqlMapperITypeHandler handler
)
Public Shared Sub AddTypeHandler ( 
	type As Type,
	handler As SqlMapperITypeHandler
)
public:
static void AddTypeHandler(
	Type^ type, 
	SqlMapperITypeHandler^ handler
)
static member AddTypeHandler : 
        type : Type * 
        handler : SqlMapperITypeHandler -> unit 
Parameters
- type
 - Type: SystemType
 - handler
 - Type: DapperSqlMapperITypeHandler
 
See Also