Skip to content

Instantly share code, notes, and snippets.

@tylerd
Created April 7, 2012 19:58
Show Gist options
  • Save tylerd/2331699 to your computer and use it in GitHub Desktop.
Save tylerd/2331699 to your computer and use it in GitHub Desktop.
Create Tables From Model
var account = CloudStorageAccount.FromConfigurationSetting("DataContext");
CloudTableClient.CreateTablesFromModel(typeof(DataContext),
account.TableEndpoint.AbsoluteUri,
account.Credentials);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment