ICanAddFields
public interface ICanAddFields : ICanAddCondition, ICanAddSort, ICanBuild, ICanInclude<ICanAddCondition>
Allows for the addition of more fields to a query, including a field to expand on,
add a condition filter, add sorts, or build the query.
Adds the Edit field to be retrieved by the query.
Adds the Secure field to be retrieved by the query.
Adds fields by name to be retrieved by the query.
Adds fields by guid to be retrieved by the query.
Adds fields by reference to be retrieved by the query.