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.4.0.0 (5.4.0)
Syntax public CorrelationFilterFunc RowComparerFunc { get; set; }
Public Property RowComparerFunc As CorrelationFilterFunc
Get
Set
Property Value
Type:
CorrelationFilterFuncSee Also