Click or drag to resize
SqlMapperITypeHandler Interface
Implement this interface to perform custom type-based parameter handling and value parsing

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ITypeHandler

The SqlMapperITypeHandler type exposes the following members.

Methods
  NameDescription
Public methodParse
Parse a database value back to a typed value
Public methodSetValue
Assign the value of a parameter before a command executes
Top
See Also