Using DateTime under db4o with native SODA queries? -


under db4o, i'm attempting constrain "new datetime(2010,10,14)" doesn't seem work - opinions on how fix this?

got it:

var query2 = db4o.db.query(); query2.constrain(typeof(tradingday)); query2.descend("_date").constrain(new datetime(2010,10,14)); iobjectset result2 = query2.execute(); 

Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -