DerivedTableTargetingFieldFinderTraverse Method (IEntityFieldCore, String) | 
 
            Traverses the specified field.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected virtual void Traverse(
	IEntityFieldCore field,
	string objectAlias
)
Protected Overridable Sub Traverse ( 
	field As IEntityFieldCore,
	objectAlias As String
)
Parameters
- field
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field. - objectAlias
 - Type: SystemString
The object alias. 
See Also