我有一個對象如下: public class DemoItem {
public string ItemTitle {get;set;}
public List<string> Tags {get;set;}
}
假設我有數百人保存在RavenDB,各有數百標籤。我現在想要的是能夠返回具有最高數量的通用標記的'n'DemoItem,並且我正在查詢DemoItem。在大多數
我想阻止文檔在我的項目中被刪除,並決定使用元數據將文檔標記爲已存檔。我用下面的代碼來做到這一點: public class DeleteDocumentListener : IDocumentDeleteListener
{
public void BeforeDelete(string key, object entityInstance, RavenJObject metadata