Skip to main content
All docs
V25.1
  • MongoDBSchemaNode.GetParents() Method

    Returns a collection of parent nodes up to the schema’s root level.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public IEnumerable<MongoDBSchemaNode> GetParents()

    Returns

    Type Description
    IEnumerable<MongoDBSchemaNode>

    A collection of the node’s parent nodes.

    See Also