MongoDBSchemaNode.Children Property
Provides access to a collection of the node’s child nodes.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<MongoDBSchemaNode> | A collection of the node’s child nodes. |
See Also