marten

    0熱度

    1回答

    當Marten將文檔存儲在數據庫上時,它可能會忽略類屬性? 例如: public class Test { public int Id { get; set; } public string Name { get; set; } [Ignore this when create a document on DB] public Date D

    1熱度

    1回答

    的一個節點我有這個JSON在我的數據庫: { "Id": 1, "Questions": [ { "QuestionId": 6, "Description": "Question 1", "Alternatives": [ { "Index": 1, "CorrectAns

    0熱度

    1回答

    我可以將此標量值轉換爲接收器內的兩個獨立屬性嗎? 接收器將使用Marten將logevent作爲json對象存儲在Postgresql中。 var sensorInput = new { Latitude = 25, Longitude = 134 }; Log.Information("Test {sensorInput}", sensorInput); 以我JSON對象我想此存儲爲兩個單

    1熱度

    1回答

    我剛剛發現了Marten,並且正在嘗試學習如何正確使用它。 創造新的記錄,也可以是直線前進的提交過程中提供一個空白表單/視圖,然後 - 只需打開一個新的會話,然後進行保存這樣的: using (var session = _documentStore.LightweightSession()) { session.Store(model); session.