Click or drag to resize

RelatedMapperContext Constructor (IMapper)

Create the context using an existing mapper. The mapper will NOT be closed. It is the responsibility of the caller to close the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public RelatedMapperContext(
	IMapper map
)

Parameters

map
Type: NetQuarry.DataIMapper
The mapper to use in the context.
See Also