Click or drag to resize

performanceRecordSetDataRow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.crawler.engine.performanceRecord.SetDataRow(System.Data.DataTable,System.Data.DataRow)"]

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public DataRow SetDataRow(
	DataTable table,
	DataRow row = null
)

Parameters

table
Type: System.DataDataTable

[Missing <param name="table"/> documentation for "M:imbWEM.Core.crawler.engine.performanceRecord.SetDataRow(System.Data.DataTable,System.Data.DataRow)"]

row (Optional)
Type: System.DataDataRow

[Missing <param name="row"/> documentation for "M:imbWEM.Core.crawler.engine.performanceRecord.SetDataRow(System.Data.DataTable,System.Data.DataRow)"]

Return Value

Type: DataRow

[Missing <returns> documentation for "M:imbWEM.Core.crawler.engine.performanceRecord.SetDataRow(System.Data.DataTable,System.Data.DataRow)"]

See Also