Как C # генерирует команды sql из делегата func в linq to sql?
db.Persons.Where(o=>o.Name=="John") like "select * from Person where Name='John'"