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
)
Public Sub New (
map As IMapper
)
Parameters
- map
- Type: NetQuarry.DataIMapper
The mapper to use in the context.
See Also