WholeNumberExtensions
Helper to construct Whole Number Conditions against a field.
public static IWholeNumberConditionBuilder<Condition> GetWholeNumberConditionBuilder(this IFieldRef fieldRef)
Constructs a condition on the field represented by the IFieldRef.
public static IWholeNumberConditionBuilder<Condition> GetWholeNumberConditionBuilder(this string fieldName)
Constructs a condition on the field represented by the name.
public static IWholeNumberConditionBuilder<Condition> GetWholeNumberConditionBuilder(this Guid fieldGuid)
Constructs a condition on the field represented by the Guid.