Méthode | Description | |
---|---|---|
Add ( string table, object obj ) : System.Result | ||
GetCollectionNames ( ) : string[] | ||
GetSettings ( ) : ConnectionSettings | ||
Query ( string query ) : System.Result | ||
Read ( string table, string>.IDictionary |
||
Remove ( string table, object obj ) : System.Result | ||
Update ( string table, object obj ) : System.Result |
Méthode | Description | |
---|---|---|
GetDatabase ( ) : MongoDatabase |
public Add ( string table, object obj ) : System.Result | ||
table | string | |
obj | object | |
Résultat | System.Result |
public GetSettings ( ) : ConnectionSettings | ||
Résultat | ConnectionSettings |
public Query ( string query ) : System.Result | ||
query | string | |
Résultat | System.Result |
public Read ( string table, string>.IDictionary |
||
table | string | |
query | string>.IDictionary | |
Résultat | System.Result |
public Remove ( string table, object obj ) : System.Result | ||
table | string | |
obj | object | |
Résultat | System.Result |
public Update ( string table, object obj ) : System.Result | ||
table | string | |
obj | object | |
Résultat | System.Result |