Is there an easy way to take a DataTable and cast it to its entity type?
I have an Entity called Samples, however through layering this is at one point returned as a DataTable - i woud like to be able to cast this to its entity type if possible?
Thanks