MongoDB.Mongo.Mongo C# (CSharp) Méthode

Mongo() public méthode

public Mongo ( ) : System
Résultat System
        public Mongo()
            : this("localhost", 27017)
        {
        }

Same methods

Mongo::Mongo ( string host, int port ) : System