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.6.0.0 (5.6.19.0117)
Syntax
public CorrelationFilterFunc RowComparerFunc { get; set; }

Property Value

Type: CorrelationFilterFunc
See Also