DataHasChanges(DataRow, DataRow, 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 rowA,
	DataRow rowB,
	string columnName
)

Parameters

rowA  DataRow
First DataRow to compare.
rowB  DataRow
Second DataRow to compare.
columnName  String
Name of the field to evaluate.

Return Value

Boolean
if the data has changes; otherwise, .

See Also