Click or drag to resize

DataManagerImplGetChildren Method (String, DataStructure)

Get children of given Header structures. Name of item structure to be fetchedParent header structure

Return Value

Type: IEnumerableObject
Enumerable of object.

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<Object> GetChildren(
	string structName,
	DataStructure headerDataStructure
)

Parameters

structName
Type: SystemString
headerDataStructure
Type: Unvired.Kernel.UWP.ModelDataStructure

Return Value

Type: IEnumerableObject
See Also