Click or drag to resize

ExceptIntersectExpressionKeySelector Property

Gets/sets the key selector which is set by the ExceptBy/IntersectBy methods. For other use cases this is null.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Expression KeySelector { get; set; }

Property Value

Type: Expression
See Also