Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public ProjectionExpression FindProjectionExpression(
	SetAlias alias
)

Parameters

alias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias.

Return Value

Type: ProjectionExpression
projectionexpression, if found, otherwise null.
See Also