Click or drag to resize
SqlMapperSetTypeMap Method
Set custom mapping for type deserializers

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetTypeMap(
	Type type,
	SqlMapperITypeMap map
)

Parameters

type
Type: SystemType
Entity type to override
map
Type: DapperSqlMapperITypeMap
Mapping rules impementation, null to remove custom map
See Also