Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created April 7, 2015 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbellmann/891d6b325eae0cff7efd to your computer and use it in GitHub Desktop.
Save gbellmann/891d6b325eae0cff7efd to your computer and use it in GitHub Desktop.
TableQuery query = new TableQuery()
.Where(TableQuery.GenerateFilterCondition("Nombre", QueryComparisons.Equal, "Guillermo"))
.Select(new string[] { "Email" })
.Take(5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment