Dostawca Npgsql EF Core obsługuje tłumaczenie Regex.IsMatch
i możesz zastąpić EF.Functions.Like
za pomocą tej metody statycznej:
indexes = myContext.Cars.Where(
c => Regex.IsMatch(c.Index, "[#][0-9][0-9][0-9][0-9]"));
Pełna lista funkcji znajduje się tutaj:https://www.npgsql.org/efcore/ mapowanie/translations.html