Online Documentation for Advanced Data Export .NET
QExportBase.ExportSource
public enum QExportSource
{
// Fields
esCommand = 0,
esDataTable = 1,
esListView = 2
}
public SqlManager.QExport.Base.QExportSource ExportSource {get; set;}
Description
The ExportSource property determines the data source for export. The following values are available: esCommand - export from Command, esDataTable - export from DataTable, esListView - export from ListView. Use QExportBase properties to determine the instanse of the selected source component: Command, DataTable, or ListView in accordance.