IDataExportServiceExport Method (IMapper, MapperExportOptions) |
Performs the export of all records. Note that the mapper is assumed to be filtered correctly.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string Export(
IMapper mapper,
MapperExportOptions options
)
Function Export (
mapper As IMapper,
options As MapperExportOptions
) As String
Parameters
- mapper
- Type: NetQuarry.DataIMapper
The filtered mapper - already Requeried. - options
- Type: NetQuarryMapperExportOptions
Options affecting how mapper data is exported.
Return Value
Type:
StringAn XML string that represents an Excel document, or an empty string.
See Also