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

    Specifies the name of a MongoDB database collection.

    Namespace: DevExpress.DataAccess.UI.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public string CollectionName { get; set; }

    Property Value

    Type Description
    String

    The name of a MongoDB database collection.

    See Also