DataExistRows(DataSet, String) Method
Indicates if there are rows in the indicated table.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ExistRows(
DataSet data,
string table
)
Public Shared Function ExistRows (
data As DataSet,
table As String
) As Boolean
- data DataSet
- Data to evaluate.
- table String
- Table name.
Boolean if there are rows in the indicated table; otherwise,
.