SqlMapperITypeMapFindConstructor Method |
Finds best constructor
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ConstructorInfo FindConstructor(
string[] names,
Type[] types
)
Function FindConstructor (
names As String(),
types As Type()
) As ConstructorInfo
ConstructorInfo^ FindConstructor(
array<String^>^ names,
array<Type^>^ types
)
abstract FindConstructor :
names : string[] *
types : Type[] -> ConstructorInfo
Parameters
- names
- Type: SystemString
DataReader column names - types
- Type: SystemType
DataReader column types
Return Value
Type:
ConstructorInfoMatching constructor or default one
See Also