且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

“Linq查询”之间的差异和“Linq to SQL”在C#中

更新时间:2023-02-17 17:45:50



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.