Click or drag to resize
CustomPropertyTypeMap Constructor
Creates custom property mapping

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CustomPropertyTypeMap(
	Type type,
	Func<Type, string, PropertyInfo> propertySelector
)

Parameters

type
Type: SystemType
Target entity type
propertySelector
Type: SystemFuncType, String, PropertyInfo
Property selector based on target type and DataReader column name
See Also