ISubQueryConditionBuilder<T>
Builds conditions that compare against another filtered list.
            
                
Results are filtered by the conditions passed in.
            
Results are returned when the value is found in the scratch table.
            
T InSubQueryAgainst(IScratchTableInfo scratchTableInfo, string keyFieldName, Condition filterCondition)
Results are returned when the value is found in a filtered scratch table.