Click or drag to resize
DataAccessHasDataRowChanges Method (DataRow, ArrayList)
Determines whether or not a given row has changes between original and current row's versions

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static bool HasDataRowChanges(
	DataRow row,
	ArrayList columnsToCompare
)

Parameters

row
Type: System.DataDataRow
A row containing an original and a current version to compare the values from
columnsToCompare
Type: System.CollectionsArrayList
The list of fields to compare

Return Value

Type: Boolean
A boolean which determines whether or not a given row has changes between original and current row's versions
See Also