Click or drag to resize
SqlMapperAddTypeMap Method
Configure the specified type to be mapped to a given db-type

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddTypeMap(
	Type type,
	DbType dbType
)

Parameters

type
Type: SystemType
dbType
Type: System.DataDbType
See Also