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
)
Public Shared Function GetRelatedDocMapper (
cxt As IAppContext,
p As Properties
) As IMapper
Parameters
- cxt
- Type: NetQuarryIAppContext
The Current AppContext. - p
- Type: NetQuarryProperties
A set of NetQuarry Properties.
Return Value
Type:
IMapperAn instance of the Related Documents mapper.
See Also