Click or drag to resize

DataManagerImplGetChildren Method (String, String, DataStructure)

Get children of given Header structures with given where clause. 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,
	string whereClause,
	DataStructure headerDataStructure
)

Parameters

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

Return Value

Type: IEnumerableObject
See Also