Hello, I have two lists of custom objects that I need to return the non- matching objects for. So, essentially, these objects have three fields.
dbname fieldname fieldtype So, obviously, I am comparing two tables in a sql server db. I have a populated list for each table. I currently have a new list of just those that are the same. Now, I need a two lists of fields where either the fieldname or fieldtype are unique in one of the tables or the other. Let me know if this does not make sense or you need more information. Thanks in advance! rbr
