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
Parameters
Name | Type | Description |
---|---|---|
action | Action<MongoDBSchemaNode> | The action to execute on each child node of the node. |
See Also