Compare two Key Value Lists and remove any items that have the same value in each list.

Syntax

ISKeyValueList.CreateDifferencesKeyValueLists(kvl1, kvl2, kvl1New, kvl2New, [kvl1Keep])

Parameters

NameTypeOptionalByRefDescription
kvl1 ISKeyValueList First kvl to compare. If this is for Audit purposes kvl1 should contain the Original Values.
kvl2 ISKeyValueList Second kvl to compare. If this is for Audit purposes kvl2 should contain the New Values.
kvl1New ISKeyValueList ByRef The new kvl1.
kvl2New ISKeyValueList ByRef The new kvl2.
kvl1Keep ISList Optional A list of items to always keep from kvl1. If omitted, a value of Nothing is assumed.
Member of:
ISKeyValueList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0