C#中DataAccess所需的命名空间是什么 [英] What is the namespace required for DataAccess in C#

查看:381
本文介绍了C#中DataAccess所需的命名空间是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

C#中的DataAccess所需的命名空间是什么?

What is the namespace required for DataAccess in C#

推荐答案

1.数据访问的主要类是ADO.NET的一部分,包含在 System.Data 命名空间。



2.Entity Framework扩展了ADO.NET,增加了更多功能主义者和向导Visual Studio。

Namesapces: System.Data.Objects, System.Data.EntityClient

这是一个链接: http://msdn.microsoft.com/en- us / data / ee712907 [ ^ ]



3.LINQ可以在两者之上使用,其主命名空间是 System.Linq
1.The main set of classes for data access are part of the ADO.NET and are contained in System.Data namespace.

2.Entity Framework extends the ADO.NET with more functionalists and also wizards in Visual Studio.
Namesapces: System.Data.Objects, System.Data.EntityClient.
Here is a link: http://msdn.microsoft.com/en-us/data/ee712907[^]

3.LINQ could be used on top of both, and its main namespace is System.Linq.


浏览列出的所有系统数据命名空间这里 [ ^ ]。
Go through all the system data namespaces as listed here[^].


这篇关于C#中DataAccess所需的命名空间是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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