Click or drag to resize
DefaultTypeMapFindConstructor Method
Finds best constructor

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ConstructorInfo FindConstructor(
	string[] names,
	Type[] types
)

Parameters

names
Type: SystemString
DataReader column names
types
Type: SystemType
DataReader column types

Return Value

Type: ConstructorInfo
Matching constructor or default one

Implements

SqlMapperITypeMapFindConstructor(String, Type)
See Also