Skip to content

Instantly share code, notes, and snippets.

View philjones88's full-sized avatar

Phil Jones philjones88

View GitHub Profile
@philjones88
philjones88 / gist:1601338
Created January 12, 2012 16:08
RavenDB Patch Delete
store.DatabaseCommands.DeleteByIndex("Foos/QueryByBar",
new IndexQuery
{
Query = "Id:*"
}, allowStale: false);
public List<foo> Get_Empty()
{
return new List<foo>();
}