<PackageReference Include="Relativity.API" Version="20.0.0" />

ISubQueryConditionBuilder<T>

public interface ISubQueryConditionBuilder<T>
Builds conditions that compare against another filtered list.
T InSubQuery(Condition filterCondition)

Results are filtered by the conditions passed in.

T InSubQueryAgainst(IScratchTableInfo scratchTableInfo, string keyFieldName)

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.