Skip to content

Instantly share code, notes, and snippets.

@philjones88
Created February 20, 2012 11:51
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 philjones88/1868911 to your computer and use it in GitHub Desktop.
Save philjones88/1868911 to your computer and use it in GitHub Desktop.
Blog: deletebyindex example
store.DatabaseCommands.DeleteByIndex("Enquiries/MyEnquiryIndexName",
new IndexQuery
{
Query = "Id:*"
}, allowStale: false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment