Gets all the immediate children of an entity of any type
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
IPagedEntityChildrenList<IEntity, int> GetImmediateChildren() |
| Visual Basic |
|---|
Function GetImmediateChildren As IPagedEntityChildrenList(Of IEntity, Integer) |
| Visual C++ |
|---|
IPagedEntityChildrenList<IEntity^, int>^ GetImmediateChildren() |