Answer the question
In order to leave comments, you need to log in
How to pull data from MySQL to LINQ c#?
hello everyone,
i have a code
List<SWLevel> SWLevels = new List<SWLevel> {
new SWLevel("xy", 10, 3),
.................................................
new SWLevel("yy", 2, 7)
};
Answer the question
In order to leave comments, you need to log in
BLToolkit can turn linq expressions into sql queries for all sorts of different databases, including MySql
Read about ORM . For Sharp, the most used are Entity Framework and NHibernate+Fluent
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question