SqlMapper.AddTypeHandlerImpl 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,
SqlMapper. ITypeHandler handler,
bool clone
)
Public Shared Sub AddTypeHandlerImpl (
type As Type,
handler As SqlMapper.ITypeHandler,
clone As Boolean
)
public:
static void AddTypeHandlerImpl(
Type^ type,
SqlMapper. ITypeHandler^ handler,
bool clone
)
static member AddTypeHandlerImpl :
type : Type *
handler : SqlMapper. ITypeHandler *
clone : bool -> unit
Parameters
- type
- Type: System.Type
- handler
- Type: Dapper.SqlMapper.ITypeHandler
- clone
- Type: System.Boolean
See Also