프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 RenameCollection ( string oldName, string newName ) : void | ||
oldName | string | |
newName | string | |
리턴 | void |
public TryGetMember ( |
||
binder | ||
result | object | |
리턴 | bool |