DataAccessHasDataRowChanges Method (DataRow) | 
 
            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: 4.7.2.0 (4.7.2.0)
Syntaxpublic static bool HasDataRowChanges(
	DataRow row
)
Public Shared Function HasDataRowChanges ( 
	row As DataRow
) As Boolean
Parameters
- row
 - Type: System.DataDataRow
A row containing an original and a current version to compare the values from 
Return Value
Type: 
BooleanA boolean which determines whether or not a given row has changes between original and current row's versions
See Also