DataExistRows(DataView) Method

Indicates if there are rows in the indicated table.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ExistRows(
	DataView data
)

Parameters

data  DataView
Data to evaluate.

Return Value

Boolean
if there are rows in the indicated table; otherwise, .

See Also