Click or drag to resize
SqlMapperITypeMapFindConstructor Method
Finds best constructor

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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
See Also