I tried to get data from database by using GetType.
Example in VB.net:
Dim genericObject = Me.UnitOfWork.GetAll(Of GetType("MyNamespace.Student"))()
For sure this code got error. But i don't have any idea to retrieve data from database by using string of class name.
My project is, i tried to create dynamic document merging.