TDbRecordset.Load(_IDataReader,TLoadOption) Method

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TDbRecordset > Methods >

TDbRecordset.Load(_IDataReader,TLoadOption) Method

Fills a Recordset with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows according to the value of the loadOption parameter.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

reader

Type: _IDataReader

loadOption

Type: System.Void

expandingSee Also