Click or drag to resize
LinqUtilsCheckifJoinIsFullQuery Method
Checks if the passed in join is a full query or just a join. It's a full query if the projection lambda has as output type not a type which is build from the two input types.

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 static bool CheckifJoinIsFullQuery(
	JoinExpression joinExpression
)

Parameters

joinExpression
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesJoinExpression
The join expression.

Return Value

Type: Boolean
See Also