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