TClrMemTable.Load(TDbDataReader) Method

<< Click to Display Table of Contents >>

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

TClrMemTable.Load(TDbDataReader) Method

Fills a TClrMemTable with values from a data source using the supplied TDbDataReader. If the TClrMemTable already contains rows, the incoming data from the data source is merged with the existing rows.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

Reader

Type: TDbDataReader

expandingSee Also