luciusli

Results 1 issues of luciusli

int[] ids = [1, 2, 3]; List posts = context.Set().Where(e => ids.Contains(e.Id)).ToList(); throws `System.InvalidOperationException: 'Expression '@__ids_0' in the SQL tree does not have a type mapping assigned.'`