This is a plug-in for LINQPad that enables the execution of queries against Azure Table Storage.
It allows you to add storage accounts as connections in LINQPad.
It will list all tables for each account and all columns in each table.
Since Azure tables can have mixed schemas, the columns shown correspond
to all schemas combined. For the same reason, any value types are made
Nullable<>
since it cannot be guaranteed that they will have a value
for a given row.
Issues and feature requests can be made in the projects issues page on GitHub.
This is the first public release. Needs real-world testing.