| DerivedTableTargetingFieldFinderTraverse Method (IEntityFieldCore, String) | 
 
            Traverses the specified fields.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic virtual void Traverse(
	IEntityFieldCore[] fields,
	string selectListAlias
)
Public Overridable Sub Traverse ( 
	fields As IEntityFieldCore(),
	selectListAlias As String
)
Parameters
- fields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The fields. - selectListAlias
 - Type: SystemString
The select list alias to use. If empty, the fields are expected to have their own objectalias property set 
See Also