DataExistTable(DataSet, Int32) Method

Indicates whether the dataset contains the indicated table.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ExistTable(
	DataSet data,
	int tableIndex
)

Parameters

data  DataSet
Data to evaluate.
tableIndex  Int32
Table index.

Return Value

Boolean
if the dataset contains the indicated table; otherwise, .

See Also