MongoDBSchemaNode.Nodes Property
Returns a collection of nodes.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
List<MongoDBSchemaNode> | The collection of MongoDBSchemaNode |
See Also