Свойство | Тип | Описание | |
---|---|---|---|
Database | System | ||
Dispose | void |
Метод | Описание | |
---|---|---|
Authenticate ( string username, string password ) : bool | ||
CreateCollection ( string name, object>.IDictionary |
||
Dispose ( ) : void | ||
Drop ( ) : void | ||
Eval ( |
||
Eval ( string code ) : string | ||
ExecuteCommand ( |
||
GetCollection ( string name ) : Collection | ||
GetCollectionNames ( ) : IEnumerable |
||
Logout ( ) : void | ||
RenameCollection ( string oldName, string newName ) : void | ||
TryGetMember ( |
Метод | Описание | |
---|---|---|
Database ( string name, Mongo m ) : System | ||
Dispose ( bool disposing ) : void |
public Authenticate ( string username, string password ) : bool | ||
username | string | |
password | string | |
Результат | bool |
public CreateCollection ( string name, object>.IDictionary |
||
name | string | |
options | object>.IDictionary | |
Результат | Collection |
public Eval ( |
||
code | ||
Результат | string |
public ExecuteCommand ( |
||
cmd | ||
Результат | Doc |
public GetCollection ( string name ) : Collection | ||
name | string | |
Результат | Collection |
public GetCollectionNames ( ) : IEnumerable |
||
Результат | IEnumerable |
public RenameCollection ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
Результат | void |
public TryGetMember ( |
||
binder | ||
result | object | |
Результат | bool |