Add Table.Where(...) to context menu
When you right-click a table on the connection tree on the left, it gives the following options: [Table].Take(50), [Table].Take(...), [Table].Count(), and from x in Table where ... select x.
It would be nice to add a [Table].Where(...) option there to short-hand a standard Where() command start in the query window.
4
votes

Completed in 4.37