Skip to content

Commit 7477876

Browse files
committed
Added screenshots to readme
1 parent 751ecb6 commit 7477876

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ To install the visualizer as a LINQPad plugin download the [latest release](http
1818

1919
## Viewing query plan
2020
To view query plan or missing indexes call static `QueryPlanVisualizer.DumpPlan(query)` method or call `DumpPlan` extension method on any `IQueryable` instance. You will also need to add `ExecutionPlanVisualizer` to namespaces list (click F4 to open the dialog). If you want to dump query result too just pass `true` as a second parameter.
21+
22+
Query execution plan:
23+
![query plan](screenshots/Query Plan.PNG "Query execution plan inside LINQPad")
24+
25+
Missing index:
26+
![missing indexes](screenshots/Missing Index.PNG "Missing index")

0 commit comments

Comments
 (0)