Click or drag to resize

MetadataUpdaterUpdateMetadata(DataTable) Method

Updates the Metadata from tableData

Namespace: GSF.Historian.MetadataProviders
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public void UpdateMetadata(
	DataTable tableData
)
View Source

Parameters

tableData  DataTable
DataTable containing the new metadata.
Exceptions
ExceptionCondition
ArgumentNullExceptiontableData is null.
ArgumentExceptiontableData does not contain 43 columns.
See Also