Skip to main content
All docs
V23.2

MongoDBDataConnection.ProviderName Property

Specifies the name of a MongoDB connection provider.

Namespace: DevExpress.DataAccess.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string ProviderName { get; set; }

Property Value

Type Description
String

A MongoDB connection provider name.

Implements

See Also