I need to delete a whole collection of documents in Raven DB. Deleting one by one (documents) is not a wise choice. Is there a way I can do this easily?

link|improve this question

72% accept rate
feedback

1 Answer

up vote 5 down vote accepted

You can do a set based operation.

store.DatabaseCommands.DeleteByIndex() to do so

link|improve this answer
3  
Can we get an example? I'm spacing on this and just cannot figure it out. – Bobby Cannon Mar 12 at 19:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.