메소드 | 설명 | |
---|---|---|
GetServer ( ) : MongoServer |
Gets a MongoServer object using this client's settings.
|
|
MongoClient ( ) |
Initializes a new instance of the MongoClient class.
|
|
MongoClient ( |
Initializes a new instance of the MongoClient class.
|
|
MongoClient ( MongoDB.Driver.MongoUrl url ) |
Initializes a new instance of the MongoClient class.
|
|
MongoClient ( string connectionString ) |
Initializes a new instance of the MongoClient class.
|
메소드 | 설명 | |
---|---|---|
ParseConnectionString ( string connectionString ) : |
public MongoClient ( |
||
settings | The settings. |
public MongoClient ( MongoDB.Driver.MongoUrl url ) | ||
url | MongoDB.Driver.MongoUrl | The URL. |
public MongoClient ( string connectionString ) | ||
connectionString | string | The connection string. |