Add TableName.OrderByDescending( t => t.PrimaryKey).Take(50) when right click on the table
I often times need to just view the newly created data recently. If this command can be added to the right click on the table menu will be excellent!
6
votes
chris
shared this idea
-
cchang commented
Or
TableName.OrderByDescending( t => t....).Take(50)