Public Class MessageEntity
Inherits SmallBiz.SBH.Dal.llblgen.EntityClasses.TblMessagesEntity
End Class
Public Class MessageCollection
Inherits SmallBiz.SBH.Dal.llblgen.CollectionClasses.TblMessagesCollection
End Class
I have been using a loop to populate my inherited entities. Is there an easier way or method to do this? TblMessagesEntity is essentially the same as MessageEntity so it would be good to be able to populate it in one step.