Click or drag to resize
DefaultTypeMapFindExplicitConstructor Method
Returns the constructor, if any, that has the ExplicitConstructorAttribute on it.

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ConstructorInfo FindExplicitConstructor()

Return Value

Type: ConstructorInfo

Implements

SqlMapperITypeMapFindExplicitConstructor
See Also