¿Alguien tiene alguna idea de cómo podemos usar la instrucción where not in() con lambda?donde no en() instrucción con lambda
this is where id in() statement
public List<abc> GetList(List<string> ID)
{
return db.abcs.Where(a => ID.Contains(a.id)).ToList<abc>();
}
Me gustaría saber qué tan opuesto a la nube. "Donde id no en ..."
Debe agregar una etiqueta para el idioma que está utilizando. –