Is there a way to take a class name and convert it to a string in C#? ...As part of the Entity Framework, the .Include method takes in a dot-delimited list of strings to join on when performing a query. I have the class model of what I want to join, and f...