ihydratable

How to properly implement IHydratable interface in DNN?

After upgrading to DNN 5.5.0 we had to implement IHydratable on all of our business objects. This idea seemed like a good way to go at first, but after playing with IHydratable I'm not so sure any more. There are two possibilities: I'm doing it wrong IHydratable forces you to use select * construct an all your queries The business...