Skip to main content
All docs
V25.1
  • MongoDBDataConnection.ProviderName Property

    Specifies the name of a MongoDB connection provider.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public string ProviderName { get; set; }

    Property Value

    Type Description
    String

    A MongoDB connection provider name.

    Implements

    See Also