Posts
Sort by recent activity
Ignoring identical records programmatically (version 7)
I wish to programatically compare two views ignoring identical records.
Is the following a valid use of the CompareDatabase method:
var session = new ComparisonSession();
:
session.CompareDatabases...