| DataAccessHasDataRowChanges Method (DataRow, ArrayList) | 
            Determines whether or not a given row has changes between original and current row's versions
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic static bool HasDataRowChanges(
	DataRow row,
	ArrayList columnsToCompare
)
Public Shared Function HasDataRowChanges ( 
	row As DataRow,
	columnsToCompare As ArrayList
) As Boolean
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: 
BooleanA boolean which determines whether or not a given row has changes between original and current row's versions
See Also