DataExistTable(DataSet, Int32) Method
Indicates whether the dataset contains the indicated table.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ExistTable(
DataSet data,
int tableIndex
)
Public Shared Function ExistTable (
data As DataSet,
tableIndex As Integer
) As Boolean
- data DataSet
- Data to evaluate.
- tableIndex Int32
- Table index.
Boolean if the dataset contains the indicated table; otherwise,
.