Click or drag to resize

DataExportHelperGetRelatedDocMapper Method (IAppContext, Properties)

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(
	IAppContext cxt,
	Properties p
)

Parameters

cxt
Type: NetQuarryIAppContext
The Current AppContext.
p
Type: NetQuarryProperties
A set of NetQuarry Properties.

Return Value

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