A gift from Alistair
After my series on implementing relational operators on.NET DataTables, I received several requests to post the whole code library.
I was reluctant to do it for 2 reasons
1. The code is already there. <SCREAMING MAN> Just copy and paste it you lazy bastards!</SCREAMING MAN>
2. The initial library was designed for a specific application with many specialised routines.
In the haze of comments received, only one poster choose to donate time and effort to refactor the SQLOps routines into a convenient (and IMO, elegant) set of classes.
Alistair Bayley’s implementation makes significant improvements in functionality and usage.
Here is...