Click or drag to resize
NestedQuerySpecificationRowComparerFunc Property
Gets or sets the row comparer func which is a compiled lambda expression build from the predicates of the correlation filter of this nested query.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public CorrelationFilterFunc RowComparerFunc { get; set; }

Property Value

Type: CorrelationFilterFunc
See Also