Click or drag to resize
SqlMapperGetTypeMap 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 SqlMapperITypeMap GetTypeMap(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: SqlMapperITypeMap
Type map implementation, DefaultTypeMap instance if no override present
See Also