Skip to content

Instantly share code, notes, and snippets.

@melkio
Created December 4, 2012 14:21
Show Gist options
  • Save melkio/4204405 to your computer and use it in GitHub Desktop.
Save melkio/4204405 to your computer and use it in GitHub Desktop.
var query = new TableQuery<DomainEvent>().Where(TableQuery.GenerateFilterCondition("PartitionKey", QueryComparisons.Equal, "Value"));
var events = table.ExecuteQuery(query, resolver);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment