gpt4 book ai didi

mongodb - 在 MongoDB C# 驱动程序中获取 DBRef 的命名空间引用

转载 作者:可可西里 更新时间:2023-11-01 10:44:18 26 4
gpt4 key购买 nike

我正在使用 MongoDB C# 驱动程序,我想做类似于 https://stackoverflow.com/a/15248058/106866 的事情.

所以我创建了一个这样的实体:

using System.Collections.Generic;
using MongoDB.Driver;
using MongoRepository;
using MongoDB.Bson;
using MongoDB;

...

public class Movie : Entity {
public string Title { get; set; }
public string Synopsis { get; set; }
public List<DBRef> Likes { get; set; }
}

但是 DBRef 给出了以下错误:

找不到类型或命名空间“DBRef”。

我正在使用 1.8.1.20 版本的驱动程序和 1.5.1.0 版本的 MongoRepository。

我必须引用什么命名空间才能获取 DBRef?

最佳答案

似乎链接问题中的类型是错误的,实际上应该是 MongoDBRef

关于mongodb - 在 MongoDB C# 驱动程序中获取 DBRef 的命名空间引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17580126/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com