SingleObjectExtensions
Helper to construct Single Object Conditions against a field.
public static ISingleObjectConditionBuilder<Condition> GetSingleObjectConditionBuilder(this IFieldRef fieldRef)
Constructs a condition on the field represented by the IFieldRef.
public static ISingleObjectConditionBuilder<Condition> GetSingleObjectConditionBuilder(this string fieldName)
Constructs a condition on the field represented by the name.
public static ISingleObjectConditionBuilder<Condition> GetSingleObjectConditionBuilder(this Guid fieldGuid)
Constructs a condition on the field represented by the Guid.