| 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.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic CorrelationFilterFunc RowComparerFunc { get; set; }Public Property RowComparerFunc As CorrelationFilterFunc
	Get
	Set
Property Value
Type: 
CorrelationFilterFunc
See Also