Click or drag to resize
SqlMapper.GetTypeMap Method
Gets type-map for the given type

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SqlMapper. ITypeMap GetTypeMap(
	Type type
)

Parameters

type
Type: System.Type

Return Value

Type: SqlMapper.ITypeMap
Type map implementation, DefaultTypeMap instance if no override present
See Also