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

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

    Namespace: DevExpress.DataAccess.MongoDB

    Assembly: DevExpress.DataAccess.v26.1.dll

    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