MappingTrackerFindProjectionExpression Method  | 
 
            Finds the projection expression of the set with the alias specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic ProjectionExpression FindProjectionExpression(
	SetAlias alias
)
Public Function FindProjectionExpression ( 
	alias As SetAlias
) As ProjectionExpression
Parameters
- alias
 - Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias. 
Return Value
Type: 
ProjectionExpressionprojectionexpression, if found, otherwise null.
See Also