DataHasChanges(DataRow, DataRow, String) Method
Compares if there are changes between two
DataRow.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool HasChanges(
DataRow rowA,
DataRow rowB,
string columnName
)
Public Shared Function HasChanges (
rowA As DataRow,
rowB As DataRow,
columnName As String
) As Boolean
- rowA DataRow
- First DataRow to compare.
- rowB DataRow
- Second DataRow to compare.
- columnName String
- Name of the field to evaluate.
Boolean if the data has changes; otherwise,
.