Skip to main content
All docs
V25.1
  • MongoDBSchemaNode.Parent Property

    Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public MongoDBSchemaNode Parent { get; }

    Property Value

    Type Description
    MongoDBSchemaNode

    The node’s parent node. The null value (Nothing in Visual Basic) for the root node.

    See Also