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

ICanInclude<T>

public interface ICanInclude<T>
Allows for the inclusion of rows matching on the relational field
T Include(string fieldName)

The relational field that will be used to find matching results and include to results.

T Include(Guid fieldGuid)

The relational field that will be used to find matching results and include to results.

T Include(IFieldRef fieldRef)

The relational field that will be used to find matching results and include to results.