Click or drag to resize

DatabaseOpenTable Method (String, String, Int32)

Opens a new DataSet and returns the first DataTable. If caching is appropriate use OpenCachedTable(String, String, String) for improved performace.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public DataTable OpenTable(
	string source,
	string logSource,
	int commandTimeout
)

Parameters

source
Type: SystemString
The SQL string to run on the datasource
logSource
Type: SystemString
The source of the operation, to be logged to the devlog.
commandTimeout
Type: SystemInt32
The command timeout in seconds (overriding system default).

Return Value

Type: DataTable
The populated data table.

Implements

IDatabaseOpenTable(String, String, Int32)
See Also