Condition<EntityT> greaterOrEqual(String p, {bool? caseSensitive}) => _op(p, _ConditionOp.greaterOrEq, caseSensitive: caseSensitive);