| 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
Syntaxpublic static IMapper GetRelatedDocMapper(
	IMapper oe
)
Public Shared Function GetRelatedDocMapper ( 
	oe As IMapper
) As IMapper
Parameters
- oe
- Type: NetQuarry.DataIMapper
 The OfflineExport mapper.
Return Value
Type: 
IMapperAn instance of the Related Documents mapper.
 See Also
See Also