Click or drag to resize

imbTreeQueryquery Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca sve node-ove koji ispunjavaju uslove upita date u imbTreeNodeType i imbTreeQueryFlag enumima

Namespace:  imbSCI.DataComplex.tree
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static imbTreeNodeCollection query(
	this imbTreeNodeBranch parentNode,
	int depthLimit,
	params Object[] _flags
)
Request Example View Source

Parameters

parentNode
Type: imbSCI.DataComplex.treeimbTreeNodeBranch
Node nad kojim se vrsi upit
depthLimit
Type: SystemInt32
Limit koliko duboko moze da ide upit
_flags
Type: SystemObject
imbTreeNodeType i imbTreeQueryFlag enumi kojima se podesava upit

Return Value

Type: imbTreeNodeCollection
Kolekcija

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type imbTreeNodeBranch. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also