Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
db4oの下で、「new DateTime(2010,10,14)」で制約しようとしていますが、機能していないようです。これを修正する方法について意見はありますか?
とった:
var query2 = db4o.db.Query(); query2.Constrain(typeof(TradingDay)); query2.Descend("_date").Constrain(new DateTime(2010,10,14)); IObjectSet result2 = query2.Execute();