MongoDBSchemaNode.GetParents() Method
Returns a collection of parent nodes up to the schema’s root level.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Returns
Type | Description |
---|---|
IEnumerable<MongoDBSchemaNode> | A collection of the node’s parent nodes. |
See Also