C# 클래스 MongoDB.Database

상속: System.Dynamic.DynamicObject, IDisposable
파일 보기 프로젝트 열기: dannycoates/mongo-clr4-driver

Private Properties

프로퍼티 타입 설명
Database System
Dispose void

공개 메소드들

메소드 설명
Authenticate ( string username, string password ) : bool
CreateCollection ( string name, object>.IDictionary options = null ) : Collection
Dispose ( ) : void
Drop ( ) : void
Eval ( ScopedCode code ) : string
Eval ( string code ) : string
ExecuteCommand ( Command cmd ) : Doc
GetCollection ( string name ) : Collection
GetCollectionNames ( ) : IEnumerable
Logout ( ) : void
RenameCollection ( string oldName, string newName ) : void
TryGetMember ( GetMemberBinder binder, object &result ) : bool

비공개 메소드들

메소드 설명
Database ( string name, Mongo m ) : System
Dispose ( bool disposing ) : void

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string username, string password ) : bool
username string
password string
리턴 bool

CreateCollection() 공개 메소드

public CreateCollection ( string name, object>.IDictionary options = null ) : Collection
name string
options object>.IDictionary
리턴 Collection

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Drop() 공개 메소드

public Drop ( ) : void
리턴 void

Eval() 공개 메소드

public Eval ( ScopedCode code ) : string
code MongoDB.Types.ScopedCode
리턴 string

Eval() 공개 메소드

public Eval ( string code ) : string
code string
리턴 string

ExecuteCommand() 공개 메소드

public ExecuteCommand ( Command cmd ) : Doc
cmd Command
리턴 Doc

GetCollection() 공개 메소드

public GetCollection ( string name ) : Collection
name string
리턴 Collection

GetCollectionNames() 공개 메소드

public GetCollectionNames ( ) : IEnumerable
리턴 IEnumerable

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

RenameCollection() 공개 메소드

public RenameCollection ( string oldName, string newName ) : void
oldName string
newName string
리턴 void

TryGetMember() 공개 메소드

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
리턴 bool