Which kinds of queries is better for querying against conceptual model in Entity Framework?
Posted
by masoud ramezani
on Stack Overflow
See other posts from Stack Overflow
or by masoud ramezani
Published on 2010-04-15T06:03:24Z
Indexed on
2010/04/17
5:03 UTC
Read the original article
Hit count: 332
There are 3 way for querying against conceptual model in EF :
- LINQ to Entity
- Entity SQL
- Query Builder Methods
Which one is better for which situation? Is there any performance issues for these 3 type of querying?
© Stack Overflow or respective owner