网站首页  词典首页

请输入您要查询的英文单词:

 

单词 ADO.NET
释义

ADO.NET

  • 网络数据访问;数据集;数据库
1.
数据访问
...支持和控件(3)Web窗体(asp.net)(4)数据访问ado.net)(5)目录访问(6)文件系统和注册表访问(7)网络和Web浏览…
www.uml.org.cn
2.
数据集
数据集 (ADO.NET)(0) yperLink控件、LinkButton控件 之间的异同(0) XML DOM(0) Linkbutton控件(0) TextBox组件(0) 为DataGri…
blog.csdn.net
3.
数据库
建议你看一下数据库ADO.NET)方面的东西。数据库和ARCGIS初学者是没有直接关系的。
zhidao.baidu.com
4.
数据提供程序
每个 .NET Framework 数据提供程序 (ADO.NET) 均提供一个为特定数据库进行了优化的命令对象。使用数据命令,可在应用程 …
msdn.microsoft.com
5.
数据访问中间件
第三个理由是当前的数据访问中间件 (ADO.NET) 将为您提供更多的功能,以使您除了操作数据的定义以外,还可以读取和操作 …
soft.zdnet.com.cn
6.
数据访问技术
...、网页设计与制作、计算机组装与维护、数据库及应用、数据访问技术ADO.NET)、数据库技术与应用(SQL server 2005) …
baike.soso.com
7.
的数据提供器
C#与.NET 3.0高级程序设计 - 读书网... ... 22.1 ADO.NET 高层次定义 22.2 ADO.NET 的数据提供器 22.10 ADO.NET 的连接式 …
www.dushu.com
8.
访问数据库的步骤
免费软件更新173 ... ... 12.2.8 查询表达式( Query Expressions) 8.2.1 ADO.NET 访问数据库的步骤 8.2.2 ADO.NET …
bbs.huacolor.com

例句

释义:
1.
If the variable contains an ADO. NET dataset, the enumerator can be configured to enumerate rows in multiple tables or to enumerate tables.
如果变量包含ADO.NET数据集,则可以将枚举器配置为枚举多个表中的行或枚举表。
msdn2.microsoft.com
2.
From there, they can be connected to any of the data-aware components just as if they were getting their data from ADO. NET.
它们可以从那里连接到任何数据相关的组件,就好像从ADO.NET获取数据一般。
www.ibm.com
3.
Out of the box developers get providers for both ADO. NET and File Systems, the latter used to synchronize directories and files.
和文件系统提供程序,后者用于同步目录和文件。
www.infoq.com
4.
Using a SqlDataSource control allows you to access and manipulate data in an ASP. NET page without using ADO. NET classes directly.
使用SqlDataSource控件,可以在ASP.NET页中访问和操作数据,而无需直接使用ADO.NET类。
msdn2.microsoft.com
5.
The dialog allows you to generate ADO . NET code for SQL commands and procedures and add them to a CLR project.
该对话框允许为SQL命令和过程生成ADO.NET代码并将其添加到CLR项目中。
www.ibm.com
6.
The. NET Framework Data Provider for Oracle provides connection pooling automatically for your ADO. NET client application.
Oracle.NETFramework数据提供程序自动为ADO.NET客户端应用程序提供连接池。
msdn2.microsoft.com
7.
ADO. NET Data Services, also known as Astoria, makes it easier to expose REST interfaces to data models including ADO. NET Entity Framework.
NET数据服务,也称为Astoria,使得数据模型,包括ADO.NET实体框架更容易通过REST接口发布数据。
www.infoq.com
8.
In previous versions of ADO. NET, when batch processing is disabled, each of these events is generated once for each row processed.
在以前版本的ADO.NET中,在禁用批处理时,这两个事件会为每个处理的行生成一次。
www.kuenglish.info
9.
If you try to open more than 100 connections from a pool, ADO. NET queues your application's connection request until a connection is free.
如果您尝试从池中打开100个以上的连接,ADO.NET会使应用程序的连接请求排队等候,直到有空闲的连接。
msdn2.microsoft.com
10.
An example of a component library might be the Java class library, or the ADO. NET library for data access.
一个组件库的例子可能是数据访问的Java类库或者ADO.NET库。
www.ibm.com
1.
When discussing ADO. NET 1. X and its object model for disconnected data access, the central object was the DataSet.
在讨论ADO.NET1.x和它的断开数据访问对象模型时,主要的对象是DataSet。
msdn2.microsoft.com
2.
To minimize the cost of opening and closing connections, ADO. NET uses an optimization technique called connection pooling.
为了尽量减少打开和关闭连接的开销,ADO.NET使用一种称为连接池的优化技术。
www.bugsboard.net
3.
Describes the two strategies for working with the ADO. NET data - access model , and discusses the strengths of each .
描述使用ADO。NET数据访问模型的两种策略,并讨论每种策略的优点。
www.bing.com
4.
The SqlDataSource control can return data in two forms: as a DataSet object or as an ADO. NET data reader.
SqlDataSource控件可以返回两种格式的数据:作为DataSet对象或作为ADO.NET数据读取器。
msdn2.microsoft.com
5.
Relational data and XML are brought together in the. NET Framework by a tight integration between the XML classes and ADO. NET.
通过XML类和ADO.NET之间的紧密集成,关系数据和XML在.NETFramework中结合在一起。
msdn2.microsoft.com
6.
If the type is not specified, ADO. NET infers the data provider Type of the Parameter from the Value property of the Parameter object.
如果未指定类型,ADO.NET就会从Parameter对象的Value属性推断出Parameter的数据提供程序“类型”。
msdn2.microsoft.com
7.
Ensure that the login used to connect to the database via ADO. NET belongs to the sysadmin role.
确保以系统管理员的角色(sysadminrole)通过ADO.NET连接到数据库
blog.163.com
8.
These tasks are designed to help you become familiar with the ADO. NET Entity Framework.
这些任务的设计目的是帮助你开始熟悉ADO。
www.cnblogs.com
9.
If the SQL string is a parameterized query or command, the placeholder of the parameter also depends on the ADO. NET provider being used.
如果SQL字符串是一个参数化查询或命令,则参数的占位符还取决于所使用的ADO.NET提供程序。
msdn2.microsoft.com
10.
ADO. NET provides a rich set of components for creating distributed, data-sharing applications.
ADO.NET为创建分布式数据共享应用程序提供了一组丰富的组件。
msdn2.microsoft.com
1.
Like all the other ADO. NET providers, the DB2 managed provider implements the same set of standard ADO. NET classes and methods.
像所有其他ADO.NET提供程序一样,DB2托管提供程序实现了相同的标准ADO.NET类集和方法集。
www.ibm.com
2.
When inferring a schema for a DataSet from an XML document, ADO. NET first determines which XML elements represent tables.
当从XML文档推断DataSet的架构时,ADO.NET首先会确定哪些XML元素表示表。
msdn2.microsoft.com
3.
ADO. NET provides first-class support for the disconnected, n-tier programming environment for which many new applications are written.
ADO.NET为断开式N层编程环境提供了一流的支持,许多新的应用程序都是为该环境编写的。
msdn2.microsoft.com
4.
The XML elements that contain the data of the ADO. NET DataSet also have additional attributes that are not described in the schema.
还有其他属性架构中没有描述包含数据ADO.NETDataSetXML元素。
support.microsoft.com
5.
Provides an overview of ADO. NET, a set of classes that expose data access services to the. NET programmer.
提供ADO.NET的概述,ADO.NET是一组类,可向.NET程序员提供数据访问服务。
msdn2.microsoft.com
6.
A DataTable, as part of an ADO. NET DataSet, can easily be added to your project from the Project menu by selecting Add New Item.
DataTable是ADO.NETDataSet的一部分,通过从“项目”菜单中选择“添加新项”可以轻松地将其添加到项目中。
msdn2.microsoft.com
7.
As the value of Connection, select the ADO. NET connection manager that you created previously.
对于“连接”的值,请选择前面创建的ADO.NET连接管理器。
msdn2.microsoft.com
8.
ProviderName Set to the name of the ADO. NET provider that represents the database you are working with.
ProviderName设置为ADO.NET提供程序的名称,该提供程序表示您正在使用的数据库。
msdn2.microsoft.com
9.
The XML classes in the. NET Framework and ADO. NET are part of the same architecture; they integrate at many different levels.
XML支持内置在ADO.NET中非常基本的级别上。.NETFramework和ADO.NET中的XML类是同一结构的一部分,它们在许多不同的级别集成。
msdn2.microsoft.com
10.
Microsoft Synchronization Services for ADO. NET is designed for occasionally connected applications.
MicrosoftSynchronizationServicesforADO.NET是专为偶尔连接的应用程序设计的。
msdn2.microsoft.com
1.
ADO. NET assumes a model for data access in which you open a connection, get data or perform an operation, and then close the connection.
ADO.NET假设一个用于数据访问的模型,在该模型中打开连接,获取数据或执行操作,然后关闭连接。
msdn2.microsoft.com
2.
Re-usable data adapters, a powerful new usability tool, to expedite your ADO. NET application development, promoting code sharing and reuse.
可重用数据适配器,这是一个强大的新的可用性工具,可以加快ADO.NET应用程序的开发,促进代码共享和重用。
www.ibm.com
3.
ADO. NET accommodates scalability by encouraging programmers to conserve limited resources .
NET通过鼓励程序员节省有限资源来实现可缩放性。
www.bing.com
4.
ADO. NET applications can take advantage of the flexibility and broad acceptance of XML .
NET应用程序可以利用XML的灵活性和广泛接受性。
www.bing.com
5.
First up is the ADO. NET DataSet, which is quite capable of writing back change sets to databases.
第一个是ADO.NETDataSet,它能够回写更改的集合到数据库。
www.infoq.com
6.
Though considering that Oracle has an ADO. NET driver, perhaps the Enterprise edition is not needed after all.
不过考虑到Oracle具有ADO.NET驱动,也许企业版本不是特别必要。
www.infoq.com
7.
This document described IBM Cloudscape and Apache Derby's support for ADO. NET, listing the requirements, steps for setup, and examples.
本文描述了IBMCloudscape和ApacheDerby对ADO.NET的支持,并列出了一些要求、设置步骤和示例。
www.ibm.com
8.
Describes generic classes that allow you to write provider-independent code in ADO. NET.
描述用于在ADO.NET中编写与提供程序无关的代码的一般类。
msdn2.microsoft.com
9.
The ADO. NET DataSet can also be used to represent hierarchical rowsets using parent-child relationships between tables.
ADO.NETDataSet也可用于通过表间的父子关系来表示分层行集。
msdn2.microsoft.com
10.
ADO. NET Data Services is a framework for developing REST-style interfaces for working with collections of structured data.
NETDataServices是一个通过REST风格接口来访问结构化数据结果的框架。
www.infoq.com
1.
In Visual Studio 2003, you could create re-usable ADO. NET data adapters for objects in the IBM Explorer.
在VisualStudio2003中,您可以为IBMExplorer中的对象创建可重用的ADO.NET数据适配器。
www.ibm.com
2.
ADO. NET enables you to create DataTable objects and add them to an existing DataSet.
ADO.NET使您能够创建DataTable对象并将其添加到现有DataSet中。
msdn2.microsoft.com
3.
ADO. NET Data Services: This framework makes it easier for developers to create REST-style interfaces for querying and update data.
NETDataServices(ADO.NET数据服务):这个框架使开发人员为查询和更新数据而创建REST风格的接口更为简单。
www.infoq.com
4.
Describes data type mappings between the ADO. NET data providers and the. NET Framework data types.
描述ADO.NET数据提供程序与.NETFramework数据类型之间的数据类型映射。
msdn2.microsoft.com
5.
Provides recommendations for designing secure ADO. NET applications.
提供对设计安全ADO.NET应用程序的建议。
msdn2.microsoft.com
6.
ADO . NET and SDO share similar motivators for supporting XML and applications distributed on multiple tiers.
NET和SDO具有相同的动机,都是用来支持XML和分布在多个层上的应用程序。
www.ibm.com
7.
This option is available only if the objects to enumerate are all members of the same ADO. NET dataset.
只有当要枚举的对象是同一ADO.NET数据集的所有成员时,此选项才可用。
msdn2.microsoft.com
8.
They list four "problems" with the ADO. NET DataSet, none of which make much sense.
他们列出了使用ADO.NET数据集的四个“问题”,但都意义不大。
www.infoq.com
9.
Database Code Snippets : For performing a variety of common tasks around ADO. NET data access .
数据库代码段:用于执行和ADO。NET数据访问相关的各种常见任务。
www.bing.com
10.
However, that does not mean that native applications cannot use ADO. NET.
但是,这并不意味着本机应用程序不能使用ADO.NET。
msdn2.microsoft.com
1.
Discusses five advantages that ADO. NET has over previous versions of ADO and over other data access components.
讨论ADO.NET相对于ADO的早期版本和其他数据访问组件的五大优势。
www.kuenglish.info
2.
For more information about concurrency checking when updating from a dataset, see Introduction to Data Concurrency in ADO. NET.
有关在从数据集更新时执行并发检查的更多信息,请参见介绍ADO.NET中的数据并发。
msdn2.microsoft.com
3.
If the source is an ADO. NET provider you can also use the option to copy query results, providing the DBCommand string as the query.
如果源是ADO.NET访问接口,则还可以使用该选项复制查询结果,并提供DBCommand字符串作为查询。
technet.microsoft.com
4.
ODBC, OLE DB, ADO. NET Variable result-set procedures can be used by applications using these interfaces.
ODBC、OLEDB、ADO.NET使用这些接口的应用程序可以使用可变结果集过程。
www.ianywhere.com
5.
ADO. NET offers several advantages over previous versions of ADO and over other data access components.
与ADO的早期版本和其他数据访问组件相比,ADO.NET提供了若干好处。
www.kuenglish.info
6.
The Simple XML example provides sample code to obtain XML data from Adaptive Server Anywhere via ADO. NET.
该SimpleXML示例提供了示例代码以通过ADO.NET获取来自AdaptiveServerAnywhere的XML数据。
www.ianywhere.com
7.
You can use the Sync Service for ADO. NET to synchronize data between remote database server and local SQL CE database file.
可以使用ADO.NET的同步服务来同步远程数据库服务器和本地SQL精简版数据库文件之间的数据。
www.cnblogs.com
8.
Mark: Spring. NET's Data Access Framework (Spring. Data) provides lots of added value above 'plain' ADO. NET.
Mark:Spring.NET的数据访问框架(Spring.Data)为‘普通的’ADO.NET提供了许多颇有价值的修饰。
www.infoq.com
9.
NET, in-depth exploration of the category, interface, attributes and methods on the data structure, demonstrating how to use hair.
全面剖析了ADO.NET的本质,深入探索了类、接口、属性和方法,讲解了数据结构,演示发如何用。
3333355555.com
10.
An ADO. NET provider is a class that can communicate with a specific type of database or data store.
ADO.NET提供程序是可以与特定类型的数据库或数据存储区进行通信的类。
msdn2.microsoft.com
1.
Most importantly, Diffgrams provide object-model support through the ADO. NET DataSet object.
最重要的是,Diffgram通过ADO.NETDataSet对象提供对象模型支持。
msdn2.microsoft.com
2.
In earlier versions of ADO. NET, two tables could not have the same name, even if they were in different namespaces.
在早期版本的ADO.NET中,两个表不能同名,即使是处于不同的命名空间。
msdn2.microsoft.com
3.
This site provides technical articles, sample code, and other resources for ADO. NET and other data access technologies.
该站点为ADO.NET和其他数据访问技术提供技术文章、示例代码和其他资源。
msdn2.microsoft.com
4.
For more information about using XML with ADO. NET, see Using XML in a DataSet.
有关对ADO.NET使用XML的更多信息,请参见在DataSet中使用XML。
msdn2.microsoft.com
5.
You use the Foreach ADO enumerator to enumerate rows or tables in an ADO or ADO. NET object that is stored in a variable.
您可以使用ForeachADO枚举器枚举变量中存储的ADO或ADO.NET对象中的行或表。
msdn2.microsoft.com
6.
Contains classes that constitute most of the ADO. NET architecture.
包含组成大部分ADO.NET结构的类。
msdn2.microsoft.com
7.
Describes encryption options for ADO. NET applications.
描述ADO.NET应用程序的加密选项。
msdn2.microsoft.com
8.
ADO . NET provides uniform data access between different tiers in the . NET framework.
NET提供了.NET框架下不同层次间的统一数据访问机制。
www.ibm.com
9.
SQL Azure supports most features you would expect from modern database including the standard ODBC and ADO. NET clients APIs.
SQLAzure支持大部分在现代数据库中所具备的特性,包括标准的ODBC和ADO.NET客户端API。
www.infoq.com
10.
For more information on ADO. NET and Entity Framework information, please check out the ADO. NET Team Blog.
若要了解更多关于ADO.NET和Entity框架的信息,敬请访问ADO.NET的团队博客。
www.infoq.com
1.
Alternatively, you can write code to perform data access yourself using ADO. NET classes.
或者,可以使用ADO.NET类自己编写执行数据访问的代码。
msdn2.microsoft.com
2.
You can also find some further information on how the ADO. NET architecture differs from other Borland products here.
您还可以在此处找到如何区分ADO.NET体系结构和其他Borland产品的更多信息。
www.ibm.com
3.
ADO. NET provides a number of data structures suitable for binding to.
ADO.NET提供大量适于绑定到的数据结构。
msdn2.microsoft.com
4.
Therefore, any application that interacts with ADO. NET must also target the CLR.
因此,与ADO.NET交互的任何应用程序也必须面向CLR。
msdn2.microsoft.com
5.
Provides links to additional online information about ADO. NET.
提供与ADO.NET有关的其他联机信息的链接。
msdn2.microsoft.com
6.
The design for ADO. NET addresses many of the requirements of today's application development model.
ADO.NET的设计满足了当今应用程序开发模型的多种要求。
msdn2.microsoft.com
7.
There is no way the ADO. NET Team can do what is right for LINQ To SQL given their obvious bias to the Entity Framework.
这别无选择,鉴于LINQToSQL已经明显偏向于实体框架,只有ADO.NET团队能够为他找到正确的方向。
www.infoq.com
8.
These examples will demonstrate how to interact with an ADO. NET database from native code.
下列示例将说明如何从本机代码与ADO.NET数据库进行交互。
msdn2.microsoft.com
9.
This framework exposes transactions in a way that is fully integrated in the. NET Framework, including ADO. NET.
此框架通过一种完全集成在.NETFramework(包括ADO.NET)中的方法来公开事务。
msdn2.microsoft.com
10.
Similarly, ADO. NET data classes generated by the designer tools result in typed datasets.
同样,由这些设计器工具生成的ADO.NET数据类导致类型化数据集。
msdn2.microsoft.com
1.
For more information, see Using XML in a DataSet (ADO. NET).
有关更多信息,请参见在数据集中使用XML(ADO.NET)。
msdn2.microsoft.com
2.
For more information see Performance Counters (ADO. NET).
有关更多信息,请参见性能计数器(ADO.NET)。
msdn2.microsoft.com
3.
ADO. NET You can execute SQL statements using a variety of ADO. NET objects.
ADO.NET您可以使用多种ADO.NET对象执行SQL语句。
www.ianywhere.com
4.
The ADO. NET Team recently discussed various performance aspects of the ADO. NET Entity Framework.
NET团队最近讨论了ADO.NETEntity框架的各种性能特征。
www.infoq.com
5.
ADO. NET includes a specialized database object called a DataSet.
NET包括一个叫做DataSet的专用数据库对象。
www.ibm.com
6.
In ADO. NET, the SqlClient. NET Data Provider gives you two techniques for opening and managing connections.
在ADO.NET中,SqlClient.NET数据提供程序为您提供了两种打开和管理连接的方法。
msdn2.microsoft.com
7.
ADO. NET supports these same design patterns in its.
类中支持相同的设计模式。
msdn2.microsoft.com
8.
In addition, data access is simplified using the data access infrastructure provided by the. NET Framework, including ADO. NET.
此外,数据访问通过.NETFramework提供的数据访问基础结构(包括ADO.NET)得到了简化。
msdn2.microsoft.com
9.
ADO. NET provides two basic strategies for how you work with this model.
ADO.NET为如何使用此模型提供了两个基本策略。
msdn2.microsoft.com
10.
Check out the official blog post by the ADO. NET team.
访问ADO.NET团队的官方博客文章来了解更多信息。
www.infoq.com
1.
ADO. NET supports these same design patterns in its SqlCommand class.
ADO.NET在其SqlCommand类中支持相同的设计模式。
msdn2.microsoft.com
2.
Describes the components of ADO. NET and the roles they play in the ADO. NET architecture.
描述ADO.NET的各个组件以及它们在ADO.NET结构中所起的作用。
msdn2.microsoft.com
3.
The DB2 . NET managed provider allows for data-centric application development using the standard ADO. NET programming model.
NET托管提供程序允许使用标准ADO.NET编程模型,开发以数据为中心的应用程序。
www.ibm.com
4.
Describes secure coding practices when using ADO. NET.
描述使用ADO.NET时的安全编码方法。
msdn2.microsoft.com
5.
Snapshot isolation is supported in ADO. NET by the SqlTransaction class.
ADO.NET中通过SqlTransaction类支持快照隔离。
msdn2.microsoft.com
6.
The SqlDataSource control uses ADO. NET classes to interact with any database supported by ADO. NET.
SqlDataSource控件使用ADO.NET类与ADO.NET支持的任何数据库进行交互。
msdn2.microsoft.com
7.
You want SOAP, ADO. NET, and OLE DB access to XML data.
您希望对XML数据进行SOAP、ADO.NET和OLEDB访问。
msdn2.microsoft.com
8.
ADO. NET provides simple methods for working with XML data.
ADO.NET提供使用XML数据的简单方法。
msdn2.microsoft.com
9.
Demonstrates how to return an ADO. NET based DataSet within a server side CLR-based stored procedure as a result set to the client.
说明了如何在服务器端基于CLR的存储过程中将基于ADO.NET的数据集作为结果集返回到客户端。
msdn2.microsoft.com
10.
This article is actually the first of two articles on the DataSet and associated classes in ADO. NET 2. 0.
本文实际上是有关ADO.NET2.0中的DataSet和关联类的两篇文章中的第一篇。
msdn2.microsoft.com
1.
Select an existing ADO. NET data connection from the list.
从列表中选择一个现有的ADO.NET数据连接。
msdn2.microsoft.com
2.
The ADO. NET solution for n-tier programming is the DataSet.
N层编程的ADO.NET解决方案就是DataSet。
msdn2.microsoft.com
3.
Disconnected data is a central concept in ADO. NET.
中断连接的数据是ADO.NET中的核心概念。
msdn2.microsoft.com
4.
If the original application is implemented in ADO. NET using datasets, this transformation is made easier.
如果原始应用程序使用数据集以ADO.NET实现,则该转换很容易进行。
msdn2.microsoft.com
5.
Writing a secure ADO. NET application involves more than avoiding common coding pitfalls such as not validating user input.
编写安全ADO.NET应用程序不仅仅是避免常见的编码缺陷(如不验证用户输入)。
msdn2.microsoft.com
6.
Provides an introduction to the design and components of ADO. NET.
介绍ADO.NET的设计和组件。
msdn2.microsoft.com
7.
SQL Server Compact Edition does not support nesting of transactions but it does support parallel transactions in ADO. NET.
SQLServerCompactEdition不支持事务嵌套,但支持ADO.NET中的并行事务。
msdn2.microsoft.com
8.
ADO. NET with IIS uses a technique called Connection Pooling, which is very helpful in applications with such designs.
NET和IIS使用了一个叫连接池的接术,对于上面提到的这种设计,利用这种技术将分对应用程序十分的有帮助。
blog.csdn.net
9.
A stream of data that is returned by an ADO. NET query.
由ADO.NET查询返回的一种数据流。
technet.microsoft.com
10.
The Synchronization Services API, which is modeled after the ADO. NET data access APIs, gives you an intuitive way to synchronize data.
SynchronizationServicesAPI仿效ADO.NET数据访问API,可为您提供一种直观的数据同步方式。
msdn2.microsoft.com
1.
With ADO. NET you can fill a DataSet from an XML stream or document.
通过ADO.NET,您可以从XML流或文档填充DataSet。
msdn2.microsoft.com
2.
Unlike the previous 2. 81 version, this SDK installation includes the ADO. NET driver by default.
与以前的2.81版本不同,此SDK版本包括默认的ADO.NET驱动程序。
www.ibm.com
3.
Describes how to perform distributed transactions in ADO. NET.
描述如何在ADO.NET中执行分布式事务。
msdn2.microsoft.com
4.
ASP. NET version 2. 0 Continues to offer managed data access using ADO. NET and managed classes for XML.
ASP.NET2.0版通过使用ADO.NET和针对XML的托管类继续提供托管数据访问。
msdn2.microsoft.com
5.
The central class in ADO. NET is DataSet.
ADO.NET中的核心类是DataSet。
msdn2.microsoft.com
6.
Represents the exception that is thrown when errors are generated using ADO. NET components.
表示使用ADO.NET组件发生错误时引发的异常。
msdn2.microsoft.com
7.
Returns the DbProviderFactory object that is associated with the ADO. NET provider that is identified by the ProviderName property.
返回与ProviderName属性所标识的ADO.NET提供程序相关联的DbProviderFactory对象。
msdn2.microsoft.com
8.
The ADO. NET architecture is also implemented in client applications, such as Windows Forms, or HTML pages created by ASP. NET.
ADO.NET结构也在客户端应用程序(如ASP.NET创建的Windows窗体或HTML页)中实现。
msdn2.microsoft.com
9.
The DataTable is a central object in the ADO. NET library.
DataTable是ADO.NET库中的核心对象。
msdn2.microsoft.com
10.
Code Listing 1 shows an example of an ADO. NET Sqlclient. SqlConnection object being configured to attach and open an. MDF file.
代码列表1显示了被配置为附加并打开一个.MDF文件的ADO.NETSqlclient.SqlConnection对象的示例。
msdn2.microsoft.com
1.
The ADO. NET team will make available a T4 template (not included in Beta) to generate classes and extension methods for ObjectContext.
NET小组会提供T4模版(没有包含在Beta中)来生成ObjectContext的类和扩展方法。
www.infoq.com
2.
In ADO. NET 1. X, the DataSet serializes as XML, even when using the binary formatter.
在ADO.NET1.x中,DataSet序列化为XML(甚至在使用二进制格式化程序时也是如此)。
msdn2.microsoft.com
3.
For more information about DataSets, see Using DataSets in ADO. NET.
有关DataSets的更多信息,请参见在ADO.NET中使用DataSet。
msdn2.microsoft.com
4.
ADO. NET 2. 0 Introduces two new methods to clear the connection pool: ClearAllPools and ClearPool.
ADO.NET2.0引入了两种新的方法来清除连接池:ClearAllPools和ClearPool。
msdn2.microsoft.com
5.
Programs outside the database use Transact-SQL and familiar database programming interfaces such as ADO. NET.
数据库外的程序使用Transact-SQL和类似的数据库编程接口,如ADO.NET。
msdn2.microsoft.com
6.
Before using the ADO. NET driver, you should make sure it is installed and working properly.
在使用ADO.NET驱动程序之前,应该确保该驱动程序已安装并能正确运行。
www.ibm.com
7.
ADO. NET 2. 0 Includes enhanced type support for the DataSet using SqlTypes.
ADO.NET2.0包括对使用SqlTypes的DataSet的增强类型支持。
msdn2.microsoft.com
8.
This section describes the Microsoft SQL Server in-process specific extensions to ADO. NET and the context connection.
本节介绍MicrosoftSQLServer进程中专用的ADO.NET扩展以及上下文连接。
msdn2.microsoft.com
9.
The DataView in ADO. NET 2. 0 Uses a new update algorithm resulting in significant improvement in DataView maintenance.
ADO.NET2.0中的DataView使用新的更新算法,大大改进了DataView的维护。
msdn2.microsoft.com
10.
The external Database Mail process uses a standard ADO. NET connection to communicate with SQL Server.
数据库邮件外部进程使用标准的ADO.NET连接与SQLServer通信。
technet.microsoft.com
1.
Provides information on how to access data using ADO. NET.
提供如何使用ADO.NET访问数据的信息。
technet.microsoft.com
2.
To that end, ADO. NET 2. 0 Introduces two new methods on the DataRow class: SetAdded and SetModified.
有鉴于此,ADO.NET2.0在DataRow类中引入了两个新方法:SetAdded和SetModified。
msdn2.microsoft.com
3.
For more information, see SQL Server Connection Pooling (ADO. NET).
有关更多信息,请参见SQLServer连接池(ADO.NET)。
msdn2.microsoft.com
4.
This limitation has been removed in ADO. NET 2. 0.
ADO.NET2.0中已经取消了此限制。
msdn2.microsoft.com
5.
You can read all of Part 1 and Part 2 on the ADO. NET Team Blog.
你可以在ADO.NET团队的博客上阅读该文章第一部分和第二部分的所有内容。
www.infoq.com
6.
The DataSet designer has been enhanced to integrate more tightly with ADO. NET Sync Services and SQL Server 2008 Change Data Capture.
DataSet设计器被加强后,能与ADO.NET同步服务和SQLServer2008变更数据捕获器进行更紧密的集成。
www.infoq.com
7.
Describes the SQL Server in-process specific extensions to ADO. NET.
介绍SQLServer进程中专用的ADO.NET扩展。
msdn2.microsoft.com
8.
Thrown when SQL Server or the ADO. NET System. Data. SqlClient provider detects an invalid user-defined type (UDT).
在SQLServer或ADO.NETSystem.Data.SqlClient提供程序检测到无效的用户定义类型(UDT)时引发。
msdn2.microsoft.com
9.
For example, you might write ADO. NET code in the ASP. NET page's code-behind page or use the SqlDataSource control.
例如,可以在ASP.NET页的代码隐藏页中编写ADO.NET代码,或者使用SqlDataSource控件。
msdn2.microsoft.com
10.
When I ran this code in my environment with ADO. NET 1. 1 And Visual Studio 2003, the execution time was about 30 minutes.
当我通过ADO.NET1.1和VisualStudio2003在我的环境中运行上述代码时,执行时间大约为30分钟。
msdn2.microsoft.com
1.
There are two kinds of constraints in ADO. NET: the ForeignKeyConstraint and the UniqueConstraint.
ADO.NET中有两种约束:ForeignKeyConstraint和UniqueConstraint。
msdn2.microsoft.com
2.
If it is not practical in your application to use data source controls, you can code data access yourself using ADO. NET classes.
如果不适于在应用程序中使用数据源控件,则可以使用ADO.NET类自行对数据访问进行编码。
www.kuenglish.info
3.
The DataSet, which is an in-memory cache of data retrieved from a data source, is a major component of the ADO. NET architecture.
DataSet是ADO.NET结构的主要组件,它是从数据源中检索到的数据在内存中的缓存。
msdn2.microsoft.com
4.
And in ADO. NET more be smoke access to occupy from inside data source, and take and analyse data to read offer new process designing port.
NET中更多的是从数据源中抽取数据,并且为读取和分析数据提供新的编程接口。
www.nwpu.net
5.
Describes the ADO. NET DataAdapter object and how to use it to retrieve data from a data source and populate tables within a DataSet.
描述ADO.NETDataAdapter对象,并说明如何使用它来从数据源中检索数据并填充DataSet中的表。
msdn2.microsoft.com
6.
Describes the ADO. NET DataReader object and how to use it to retrieve a read-only, forward-only stream of data from a data source.
描述ADO.NETDataReader对象,并说明如何使用它来从数据源中检索只读、只进的数据流。
msdn2.microsoft.com
7.
Describes the ADO. NET Command object and how to use it to execute commands and return results from a data source.
描述ADO.NETCommand对象,并说明如何使用它来执行命令并从数据源中返回结果。
msdn2.microsoft.com
8.
To access an ODBC data source using ADO. NET, use the. NET Framework Data Provider for ODBC.
要使用ADO.NET访问ODBC数据源,请使用ODBC.NETFramework数据提供程序。
msdn2.microsoft.com
9.
Describes the ADO. NET Command object and how to use it to execute queries and commands against a data source.
描述ADO.NETCommand对象,并说明如何使用它来对数据源执行查询和命令。
msdn2.microsoft.com
10.
the ado . net entity framework addresses this impedance mismatch between object - oriented programming and data storage
net实体框架试图在面向对象的程序设计与数据存储之间解决这一问题。
www.ichacha.net
1.
The ADO. NET team also suggests keeping a few things in mind when creating queries
NET团队同时还提醒开发者在创建查询时,有一些内容必须铭记于心
www.infoq.com
2.
The ADO. NET team had this to say in their official blog post
NET团队在他们的官方博客中提到了这些。
www.infoq.com
3.
Lesson 2: Defining a Report Dataset for an ADO. NET DataSet from a Web Service
第2课:为Web服务中的ADO.NET数据集定义报表数据集
technet.microsoft.com
4.
the enumerable object can be an array , an ado . net
可枚举对象可以是数组、ado。
www.ichacha.net
5.
Study and Implementation of ADO. NET Component in the Enterprise Information System
NET组件在企业信息系统中的研究与实现
classicpark.cn
6.
Application of ADO. NET Technique in Agricultural Database
NET在农业信息网上的应用研究
www.ilib.cn
7.
Research and Realization of ADO. NET Database Access Technology
NET数据库访问技术研究与实现
service.ilib.cn
8.
Verifying ADO. NET Code Access Using Security Permissions
使用安全权限验证ADO.NET代码访问
msdn2.microsoft.com
9.
Loading DataSet Schema Information from XML (ADO. NET)
从XML中加载数据集架构信息(ADO.NET)
msdn2.microsoft.com
10.
writing provider - independent code in ado . net
在ado.net中编写与提供程序无关的代码
www.ichacha.net
1.
the methods and techniques for programming with ado . net
数据库对象编程方法和技巧
www.ichacha.net
2.
Writing DataSet Schema Information as XSD (ADO. NET)
用XSD形式编写数据集架构信息(ADO.NET)
msdn2.microsoft.com
3.
Use ADO. NET to read and update data in a DB2 database
使用ADO.NET读取和更新DB2数据库中的数据
www.ibm.com
4.
from an ado . net database to a native string
从ado.net数据库封送到本机字符串。
www.ichacha.net
5.
XML Integration with Relational Data and ADO. NET
关系数据和ADO.NET的XML集成
technet.microsoft.com
6.
The Working Mechanism and Application of ADO. NET
NET的运行机制及应用
service.ilib.cn
7.
Working with Snapshot Isolation in ADO. NET
在ADO.NET中使用快照隔离
msdn2.microsoft.com
8.
Writing DataSet Contents as XML Data (ADO. NET)
以XML数据形式编写数据集内容(ADO.NET)
msdn2.microsoft.com
9.
this support includes passing ado . net datasets
此支持包括传递ado.net数据集。
www.ichacha.net
10.
The following ADO. NET example has two methods
以下ADO.NET示例包含两种方法
msdn2.microsoft.com
1.
Managed Data Access Inside SQL Server with ADO. NET and SQLCLR
使用ADO.NET和SQLCLR在SQLServer内部进行托管数据访问
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/3 20:03:12