Click or drag to resize
TmplItemAddHistoryDataDefinition Method

[This is preliminary documentation and is subject to change.]

Override this method for special handling of history representation of data. The method is used in conjuction with AddHistoryData. This method is called before the AddHistoryData method. Use this method for adding new columns to the DataTable.

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public virtual void AddHistoryDataDefinition(
	DataTable historyDataTable
)

Parameters

historyDataTable
Type: System.DataDataTable

[Missing <param name="historyDataTable"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.AddHistoryDataDefinition(System.Data.DataTable)"]

Return Value

Type: 
See Also