DataExist Method

Indicates if the datarow contains data.

Definition

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

Parameters

data  DataRow
Data to evaluate.

Return Value

Boolean
if the datarow contains data; otherwise, .

See Also