C# Class MongoDB.Mongo

Inheritance: System.Dynamic.DynamicObject, IDisposable
Afficher le fichier Open project: dannycoates/mongo-clr4-driver Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AdminCommand ( string cmd ) : Doc
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDB() public méthode

public GetDB ( string name ) : Database
name string
Résultat Database

GetDatabaseNames() public méthode

public GetDatabaseNames ( ) : IEnumerable
Résultat IEnumerable

Mongo() public méthode

public Mongo ( ) : System
Résultat System

Mongo() public méthode

public Mongo ( string host, int port ) : System
host string
port int
Résultat System

ServerBuildInfo() public méthode

public ServerBuildInfo ( ) : Doc
Résultat Doc

ServerVersion() public méthode

public ServerVersion ( ) : string
Résultat string

ShutdownServer() public méthode

public ShutdownServer ( ) : void
Résultat void

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool