Click or drag to resize

ExporterBaseGetExportDataAsDataset Method

Returns the current time-series data for the specified export in a DataSet.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected DataSet GetExportDataAsDataset(
	Export export,
	string dataTableName
)
View Source

Parameters

export  Export
Export whose current time-series data is to be returned.
dataTableName  String
Name of the DataTable containing the time-series data.

Return Value

DataSet
A DataSet object.
See Also