MongoCursorクラスのSetSortOrderメソッドを使用してこれを行うこともできます: db["collection"].Find().SetSortOrder(SortBy.Ascending("SortByMe"));