Click or drag to resize
SimpleMemberMap Constructor (String, PropertyInfo)
Creates instance for simple property mapping

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SimpleMemberMap(
	string columnName,
	PropertyInfo property
)

Parameters

columnName
Type: SystemString
DataReader column name
property
Type: System.ReflectionPropertyInfo
Target property
See Also