Skip to main content
All docs
V25.1
  • MongoDBQuery.ActualName Property

    Stores the actual name of a MongoDB query.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    [Browsable(false)]
    public string ActualName { get; set; }

    Property Value

    Type Description
    String

    The actual name of a MongoDB query.

    Remarks

    This property returns the CollectionName property value. If the Alias property is specified, the ActualName property returns its value instead.

    See Also