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

SubQueryCondition

A condition that filters based on the values found in results returned by the conditions.
public Condition Condition { get; }

The condition to filter possible results.

public SubQueryCondition(IFieldRef fieldRef, Condition condition)

A condition on a field identified by IFieldRef that returns results with values returned by the condition.

public SubQueryCondition(string fieldName, Condition condition)

A condition on a field identified by name that returns results with values returned by the condition.

public SubQueryCondition(Guid fieldGuid, Condition condition)

A condition on a field identified by Guid that returns results with values returned by the condition.