| SqlMapperAddTypeHandlerImpl Method  | 
            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 AddTypeHandlerImpl(
	Type type,
	SqlMapperITypeHandler handler,
	bool clone
)
Public Shared Sub AddTypeHandlerImpl ( 
	type As Type,
	handler As SqlMapperITypeHandler,
	clone As Boolean
)
public:
static void AddTypeHandlerImpl(
	Type^ type, 
	SqlMapperITypeHandler^ handler, 
	bool clone
)
static member AddTypeHandlerImpl : 
        type : Type * 
        handler : SqlMapperITypeHandler * 
        clone : bool -> unit 
Parameters
- type
 - Type: SystemType
 - handler
 - Type: DapperSqlMapperITypeHandler
 - clone
 - Type: SystemBoolean
 
See Also