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

IBaseConditionSelector<T>

public interface IBaseConditionSelector<T>
Adds conditions to a query based on the Artifact ID
T SavedSearch(ISearchRef savedSearch)

Filters the results by those returned by a saved search.

T SearchProvider(ISearchProviderRef searchProvider, string searchProviderInput)

Filters the results by those returned by a search provider.

T SubQueryAgainst(IScratchTableInfo scratchTable, string keyFieldName)

Filters the results by those found in a scratch table.

T SubQueryAgainst(IScratchTableInfo scratchTable, string keyFieldName, Condition condition)

Filters the results by a filtered set found in a scratch table.

T View(IViewRef view)

Filters the results by those returned by a view.