ScratchTableSubQuery
A condition that filters based on values found in a scratch table.
An optional condition to be used to filter the scratch table.
The name of the column of the key field.
The key field should contain the Artifact IDs to match against for filtering.
The scratch table with the identifiers for filtering.
public ScratchTableSubQuery(IFieldRef fieldRef, IScratchTableInfo scratchTable, string keyFieldName)
A condition on a field identified by IFieldRef that filters the identifier by the values in the KeyFieldName of the scratch table.
A condition on a field identified by name that filters the identifier by the values in the KeyFieldName of the scratch table.
A condition on a field identified by Guid that filters the identifier by the values in the KeyFieldName of the scratch table.