C# 클래스 MongoDB.Mongo

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

공개 메소드들

메소드 설명
Dispose ( ) : void
GetDB ( string name ) : Database
GetDatabaseNames ( ) : IEnumerable
Mongo ( ) : System
Mongo ( string host, int port ) : System
ServerBuildInfo ( ) : Doc
ServerVersion ( ) : string
ShutdownServer ( ) : void
TryGetMember ( GetMemberBinder binder, object &result ) : bool

비공개 메소드들

메소드 설명
AdminCommand ( string cmd ) : Doc
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDB() 공개 메소드

public GetDB ( string name ) : Database
name string
리턴 Database

GetDatabaseNames() 공개 메소드

public GetDatabaseNames ( ) : IEnumerable
리턴 IEnumerable

Mongo() 공개 메소드

public Mongo ( ) : System
리턴 System

Mongo() 공개 메소드

public Mongo ( string host, int port ) : System
host string
port int
리턴 System

ServerBuildInfo() 공개 메소드

public ServerBuildInfo ( ) : Doc
리턴 Doc

ServerVersion() 공개 메소드

public ServerVersion ( ) : string
리턴 string

ShutdownServer() 공개 메소드

public ShutdownServer ( ) : void
리턴 void

TryGetMember() 공개 메소드

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