DecimalConditionExtensions
Helper to construct Decimal Conditions against a field.
public static IDecimalNumberConditionBuilder<Condition> GetDecimalConditionBuilder(this IFieldRef fieldRef)
Constructs a condition on the field represented by the IFieldRef.
public static IDecimalNumberConditionBuilder<Condition> GetDecimalConditionBuilder(this string fieldName)
Constructs a condition on the field represented by the name.
public static IDecimalNumberConditionBuilder<Condition> GetDecimalConditionBuilder(this Guid fieldGuid)
Constructs a condition on the field represented by the Guid.