Skip to main content
A newer version of this page is available. .
All docs
V21.2

MongoDBDataConnection Constructors

Manages a connection to a MongoDB instance.
Name Parameters Description
MongoDBDataConnection() none Initializes a new instance of the MongoDBDataConnection class.
MongoDBDataConnection(MongoDBConnectionParametersBase) connectionParameters Initializes a new instance of the MongoDBDataConnection class with specified settings.
MongoDBDataConnection(String) connectionString Initializes a new instance of the MongoDBDataConnection class with specified settings.
See Also