DataExistRows(DataView) 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(
DataView data
)
Public Shared Function ExistRows (
data As DataView
) As Boolean
- data DataView
- Data to evaluate.
Boolean if there are rows in the indicated table; otherwise,
.