“Linq查询”之间的差异和“Linq to SQL”在C#中 [英] Difference between "Linq query" and "Linq to SQL" in C#

查看:183
本文介绍了“Linq查询”之间的差异和“Linq to SQL”在C#中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

C#中Linq查询和Linq to SQL有什么区别?

解决方案



Linq TO SQL是一个过程,通过它我们可以非常容易地与sql数据库交互而无需遵循ADO .Net的步骤。其他方式Linq Query是一种用于实现Linq to Sql Process以与SQL数据库交互的语言。

What is the difference between "Linq query" and "Linq to SQL" in C# ?

解决方案

Hi,
Linq TO SQL is a process, through which we can interact with sql database very easily without following the steps of ADO .Net, Other way Linq Query is a language which is use to implement the Linq to Sql Process for interacting with SQL database.


这篇关于“Linq查询”之间的差异和“Linq to SQL”在C#中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆