TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
asaf maimon
NA
4
0
LINQ to MySql
Oct 4 2010 4:05 PM
Hi everyone
I try to get a data from MySql db using LINQ but I think that something is missing.
in every example that I saw its the same.
well I look at the LINQ query and it all understood except how I tell the compiler in which db to search for.
for instance...
Dim q = From e In db.Employees _
Select New Name With {.FirstName = e.FirstName, .LastName = e.LastName}o
how the compiler should know what is db.Employee???
Thank you all..
Reply
Answers (
1
)
What are the new feature has been added in .NET 4.0 or How .NET 4.0 is different from .NET 3.5 ?
Garbage Collection - Memory Leaks