Click or drag to resize
SqlMapperITypeMapFindExplicitConstructor Method
Returns a constructor which should *always* be used. Parameters will be default values, nulls for reference types and zero'd for value types. Use this class to force object creation away from parameterless constructors you don't control.

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

Return Value

Type: ConstructorInfo
See Also