Click or drag to resize

crawlerSignatureGetDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the data table.

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public DataTable GetDataTable(
	bool insertValues,
	string nameOverride = ""
)

Parameters

insertValues
Type: SystemBoolean
if set to true [insert values].
nameOverride (Optional)
Type: SystemString

[Missing <param name="nameOverride"/> documentation for "M:imbWEM.Core.crawler.engine.crawlerSignature.GetDataTable(System.Boolean,System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbWEM.Core.crawler.engine.crawlerSignature.GetDataTable(System.Boolean,System.String)"]

See Also