Click or drag to resize

DataExportHelperGetRelatedDocMapper Method (IMapper)

Gets a reldoc mapper ready for insert. the person calling this method is reponsible to close the mapper once finished

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IMapper GetRelatedDocMapper(
	IMapper oe
)

Parameters

oe
Type: NetQuarry.DataIMapper
The OfflineExport mapper.

Return Value

Type: IMapper
An instance of the Related Documents mapper.
See Also