DataHasChanges(DataRow, DataRowVersion, String) Method

Compares if there are changes between two DataRow.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool HasChanges(
	DataRow row,
	DataRowVersion version,
	string columnName
)

Parameters

row  DataRow
Datarow to compare.
version  DataRowVersion
Datarow version
columnName  String
Name of the field to evaluate.

Return Value

Boolean
if the data has changes; otherwise, .

See Also