开发者

Is LINQ the primary query method of Entity Framework?

I'm just starting with Entity Framework and there's a thing I don't understand:

They say LINQ to SQL is being discontinued. But Entity Framework is being activelly developed and recently they released version 4.0. As far as I know, LINQ is the default method of expr开发者_如何学Cessing queries in Entity Framework. How come? What are they gonna do? The EntityFramework will use another query method other than LINQ? How does this work?


LINQ is here to stay.

Entity Framework uses LINQ to do its querying.

"LINQ to SQL" is a very specific piece of technology that is used to connect to an SQL Server database, and map LINQ commands into SQL commands.

"LINQ to Entities" is the name for the LINQ provider for Entity Framework, and is analogous to LINQ to SQL.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜