Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 856 Bytes

README

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

Issues and feature requests can be made in the projects issues page on GitHub.

Versions

v1.0.0-beta - 2010-01-08

This is the first public release. Needs real-world testing.