Click or drag to resize

QueryApiObjectTraverserTraverse Method (IEnumerableIEntityFieldCore)

Traverses the object specified and its contents.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual void Traverse(
	IEnumerable<IEntityFieldCore> toTraverse
)

Parameters

toTraverse
Type: System.Collections.GenericIEnumerableIEntityFieldCore
See Also