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

Property Value

Type: CorrelationFilterFunc
See Also