DataExportHelperPerformExport Method |
Perform the export.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string PerformExport(
IMapper oe,
IMapper sender,
IDataExportService svc,
string exportFileFolder,
out string filePath
)
Public Shared Function PerformExport (
oe As IMapper,
sender As IMapper,
svc As IDataExportService,
exportFileFolder As String,
<OutAttribute> ByRef filePath As String
) As String
Parameters
- oe
- Type: NetQuarry.DataIMapper
The Offline Export mapper. - sender
- Type: NetQuarry.DataIMapper
The mapper to export. - svc
- Type: NetQuarry.ServicesIDataExportService
The DataExportService to use to perform the export. - exportFileFolder
- Type: SystemString
The File folder to store the exported result. - filePath
- Type: SystemString
The File path where the result is stored.
Return Value
Type:
StringThe XML representation (for excel), or the File path to the results.
See Also