MongoDBSchemaNode.AddChildren(MongoDBSchemaNode[]) Method
Adds child nodes to the node.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| nodes | MongoDBSchemaNode[] | Child nodes to add to the node. |
See Also