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.6.0.0 (5.6.19.0117)
Syntax public 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