Skip to main content
All docs
V25.1
  • MongoDBSchemaNode.ForEach(Action<MongoDBSchemaNode>) Method

    Executes the specified action on each child node of the node.

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public void ForEach(
        Action<MongoDBSchemaNode> action
    )

    Parameters

    Name Type Description
    action Action<MongoDBSchemaNode>

    The action to execute on each child node of the node.

    See Also