翻訳と辞書
Words near each other
・ Date Picker
・ Date rape
・ Date rape (disambiguation)
・ Date Rape (song)
・ Date rape drug
・ Date Records
・ Date rolling
・ Date Safe Project
・ Date shake
・ Date Shigemura
・ Date Shigezane
・ Dataram
・ Dataran Bandaraya Johor Bahru
・ Dataran Pahlawan Malacca Megamall
・ DataRank
DataReader
・ Datari Turner Productions
・ Datarock
・ Datarock California EP
・ Datarock Datarock
・ Datarpur
・ DataRush Technology
・ Datar–Mathews method for real option valuation
・ Datas
・ Datasaab
・ Datasaab D2
・ DataSage
・ DataScene
・ Datasheet
・ Datasheet (Warhammer 40,000)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

DataReader : ウィキペディア英語版
DataReader

In ADO.NET, a DataReader is a broad category of objects used to sequentially read data from a data source. DataReaders provide a very efficient way to access data, and can be thought of as a Firehose cursor from ASP Classic, except that no server-side cursor is used. A DataReader parses a Tabular Data Stream from Microsoft SQL Server, and other methods of retrieving data from other sources.
A DataReader is usually accompanied by a Command object that contains the query, optionally any parameters, and the connection object to run the query on.
==DataReader Types==
There is no DataReader class in ADO.NET, but there are a number of classes that implement the IDataReader interface:
* System.Data.SqlClient.SqlDataReader
* System.Data.OleDb.OleDbDataReader
* Oracle.OracleClient.OracleDataReader
DataReaders have a small footprint and good performance because each is tailor-made to the task at hand, however this makes it more difficult to write an application that can be moved from one backend data source to another. Some provider-specific DataReaders expose types used by the underlying database - for example, int values can be null in Microsoft SQL Server, but not in the .NET Framework prior to version 2.0.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「DataReader」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.