Click or drag to resize

DataExportHelperExport Method

Perform the export for a given mapper / DataExportService combo.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void Export(
	IMapper mapper,
	IDataExportService svc,
	MapperExportOptions options,
	int maxRecords,
	string fileExtension
)

Parameters

mapper
Type: NetQuarry.DataIMapper
The mapper - previously filtered - to use for the Export.
svc
Type: NetQuarry.ServicesIDataExportService
The DataExportService to use to perform the export.
options
Type: NetQuarryMapperExportOptions
The Export Options to use when performing the Export.
maxRecords
Type: SystemInt32
The maximum amount of records allowed to be exported
fileExtension
Type: SystemString
The file extension to use when saving the Export.
See Also