-
Here's what I did ... who knows if it's efficient. After working on it all afternoon, I'm glad it works: Select the list to be excluded convert the collection to an array of objects pass the array to the new collection selection as an array attached to the NotIN. You may have to stumble through...
-
I was wondering if the below SQL Is this possible using the SELECT object? Select *, Firstname + ‘ ‘ + lastname as fullname from table
-
After a couple of days with no answer I figured that I'd take a crack at implimenting this feature -- I believe that I have success!! First of all I have only implimented this as a feature for the FROM table when you use the CreateJoin(string fromTable, string fromColumn, string toTable, string toColumn...