Inheriting from DataTable
Has anyone else done this yet? We are using DataSet\DataTable types throughout our application. We would like to add a couple of custom methods to DataTable. Looking over the docs, I do not see any reason why we cannot do this. However, prior to writing all the code and implementing this only to discover a great reason why we should not, I'd like to hear from anyone who has done this or can tell me why we should not do it.
Thanks