Take a look at:
var result = from book in allbooks
join author in bookauthors on book.BookID equals author.BookId
select new { BookID = book.BookID, Title = book.Title, AuthorBookID = author.Book_Author, Forfattare = author.Forfattare};
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
You can attach your project here (include database ) if possible.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
>I can send the whole work via email or another way. Maybe you have a better solution?
It is against forum rules.
You need to create a "sample" (new project) application, add those tables and programs needed to sort out your problem and we can discuss that issue on board.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
You are welcome! No problem, glad I could help. Please mark this thread as solved.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241