MultipleObjectExtensions
Helper to construct Multiple Object Conditions against a field.
public static IMultipleObjectConditionBuilder<Condition> GetMultipleObjectConditionBuilder(this IFieldRef fieldRef)
Constructs a condition on the field represented by the IFieldRef.
public static IMultipleObjectConditionBuilder<Condition> GetMultipleObjectConditionBuilder(this string fieldName)
Constructs a condition on the field represented by the name.
public static IMultipleObjectConditionBuilder<Condition> GetMultipleObjectConditionBuilder(this Guid fieldGuid)
Constructs a condition on the field represented by the Guid.