Summary
returns a member at the specific path without activating intermediate objects.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
Object Descend(Object obj, string[] path)
Remarks
returns a member at the specific path without activating intermediate objects.
This method allows navigating from a persistent object to it's members in a performant way without activating or instantiating intermediate objects.
This method allows navigating from a persistent object to it's members in a performant way without activating or instantiating intermediate objects.
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | the parent object that is to be used as the starting point. |
| path | string[] | an array of field names to navigate by |
Return Value
| Type | Description |
|---|---|
| Object | the object at the specified path or null if no object is found |