C# Class MongoDB.Database

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

Private Properties

Свойство Type Description
Database System
Dispose void

Méthodes publiques

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

Private Methods

Méthode Description
Database ( string name, Mongo m ) : System
Dispose ( bool disposing ) : void

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : bool
username string
password string
Résultat bool

CreateCollection() public méthode

public CreateCollection ( string name, object>.IDictionary options = null ) : Collection
name string
options object>.IDictionary
Résultat Collection

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Drop() public méthode

public Drop ( ) : void
Résultat void

Eval() public méthode

public Eval ( ScopedCode code ) : string
code MongoDB.Types.ScopedCode
Résultat string

Eval() public méthode

public Eval ( string code ) : string
code string
Résultat string

ExecuteCommand() public méthode

public ExecuteCommand ( Command cmd ) : Doc
cmd Command
Résultat Doc

GetCollection() public méthode

public GetCollection ( string name ) : Collection
name string
Résultat Collection

GetCollectionNames() public méthode

public GetCollectionNames ( ) : IEnumerable
Résultat IEnumerable

Logout() public méthode

public Logout ( ) : void
Résultat void

RenameCollection() public méthode

public RenameCollection ( string oldName, string newName ) : void
oldName string
newName string
Résultat void

TryGetMember() public méthode

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