Click or drag to resize

aceMySqlToolsgetDataTable Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets complete table from specified target, if target is null it will use commonTarget

Namespace:  imbACE.Core.data.mysql
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static DataTable getDataTable(
	string dataTableName,
	dataBaseTarget target = null
)
Request Example View Source

Parameters

dataTableName
Type: SystemString
Name of the data table.
target (Optional)
Type: imbACE.Core.data.mysqldataBaseTarget
The target.

Return Value

Type: DataTable
See Also