MongoDBSchemaNode.Parent Property
Returns the node’s parent node. Returns null (Nothing in Visual Basic) for the root node.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
Type | Description |
---|---|
MongoDBSchemaNode | The node’s parent node. The null value (Nothing in Visual Basic) for the root node. |
See Also