dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

Methods to create table on tableset #42

Closed tdietrich513 closed 9 years ago

tdietrich513 commented 9 years ago

Enables more straightforward access to the backing table to manage it without having to spin up your own reference.

dtretyakov commented 9 years ago

I've a few comments for this PR, please review it. Thanks!

tdietrich513 commented 9 years ago

Ok, those changes have been completed.