Click or drag to resize

TypedMapper Constructor (IMapper)

Initializes a new instance of the object and attaches it to the mapper

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected TypedMapper(
	IMapper mapper
)

Parameters

mapper
Type: NetQuarry.DataIMapper
The initialized mapper to attach to this object
See Also