Professional ASP.NET 1.1 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional ASP.NET 1.1 [Electronic resources] - نسخه متنی

Alex Homeret

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Use a DataReader Instead of a DataSet

In general, the only times that a

DataSet must be used in preference to a

DataReader are:



When the data will be remoted (that is, sent as a disconnected package) to the client or a remote instance of the application or a component–for example, when using a web service that returns a

DataSet .



When you need to retrieve and store more than one set of rows, and, optionally, the relationships between them.



A

DataReader can be used as the source for data binding controls if required.

/ 244