Okay, so I have a generic DataTable object coming from somewhere, and a class that inherits from DataTable. What is the quickest, easiest, most generic way to copy the rows and columns from the DataTable object to the subclass?

Thank you for your pity.