DataHasChanges(DataTable, DataView, String, String) Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool HasChanges(
DataTable dataA,
DataView dataB,
string[] includeColumns = null,
string[] excludeColumns = null
)
Public Shared Function HasChanges (
dataA As DataTable,
dataB As DataView,
Optional includeColumns As String() = Nothing,
Optional excludeColumns As String() = Nothing
) As Boolean
- dataA DataTable
- DataTable to compare.
- dataB DataView
- DataView to compare.
- includeColumns String (Optional)
- List with included fields, if omitted then all fields are considered.
- excludeColumns String (Optional)
- List with excluded fields.
Boolean if the data has changes; otherwise,
.