provide an option to hide EntityState and EntityKey properties
Doing a simple EF query:
this.BaseEntitySet.Include("NavProp1.SubNav").Include("NavProp2.ManyMany.OtherDetail")
then there is soooooo much space=width wasted by EntityState and EntityKey columns in which I most of the time don't have any interrest in.
3
votes

From v4.37, these properties are hidden by default. To see them, click the right-arrow on the top of the table to explore in grid. Or just click the ‘Results to Data Grids’ option and re-run the query.