C# MongoDB.Driver 라이브러리를 사용하여 MongoDB에 연결합니다. 내가 mongoDb.GetCollectionNamesAsync().Result 할 때 데이터베이스 내에서 컬렉션을 검색하려고 할 때, 그러나, 자격 증명이 올바른지 나는 내 IMongoDatabase들 잘 얻을 MongoClient client = MongoClientBuil
을에서 데이터를 검색 할 때 "TimeoutException"을 얻기 내 코드는 다음과 같습니다 2.2.24.26 : internal BsonArray Find(string ConnectionString, string collection, string filter)
{
Uri u = new Uri(ConnectionString);
str
I 다음 POCO 클래스 가지고 class MyClass {
public Objectid _id {get;set;}
public string property1 {get;set;}
public string property2 {get;set;}
public int property3 {get;set;}
}
객체가 Mong