Skip to main content
All docs
V25.1
  • MongoDBQueryViewModel.Collections Property

    Stores a list of available MongoDB collections.

    Namespace: DevExpress.DataAccess.UI.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public IEnumerable<string> Collections { get; }

    Property Value

    Type Description
    IEnumerable<String>

    A list of available collections.

    See Also