How to Sort Mongo collection in F#

前端 未结 0 795

I can get a collection in MongoDB using F# No problem using

let draws = db.GetCollection("draws").Find(fun _ -> true)

To

相关标签:
回答
  • 消灭零回复
提交回复
热议问题