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

MongoDBConnectionParametersBase.GetConnectionString() Method

Returns a connection string to a MongoDB instance.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public string GetConnectionString()

Returns

Type Description
String

A connection string to a MongoDB instance.

See Also