摘要: 经过几个月对MongoDB的使用,记录下对MongoDB经常用的操作,希望能给大家带来一些帮助。操作符:$gt:大于,$lt:小于,$gte:大于或等于,$lte:小于或等于,$ne:不等于,$eq:等于,$in $nin :in 和 not in,$inc:+=>cd c:/mongodb/bin... 阅读全文
posted @ 2015-11-13 15:33 X.J.Tang 阅读(758) 评论(0) 推荐(0) 编辑
摘要: # List的Lamda查询方法var dr = tchmaterials.Select(o => { return (o.f_edition1 == item.f_edition1 && o.f_class == item.f_class) ? o : null; }).ToList();# 查询... 阅读全文
posted @ 2015-11-13 14:59 X.J.Tang 阅读(242) 评论(0) 推荐(0) 编辑