|
|
От: |
andr2
|
|
| Дата: | 24.11.10 21:54 | ||
| Оценка: | |||
from b in db.GetTable<Book>()
where
!(from sb in db.GetTable<StoreBook>()
select sb.BookId).Contains(b.Id)
orderby b.ISBN
select b'value(Mintright.ImportManager.Publishers.PublicationMgr+<>c__DisplayClass2).db.GetTable().Select(sb => sb.BookId).Contains(b.Id)' cannot be converted to SQL.