TClrMemTable.DoLoadData(TDbDataReader,TLoadOption) Method

<< Click to Display Table of Contents >>

TClrMemTable.DoLoadData(TDbDataReader,TLoadOption) Method

Fills a TClrMemTable with values from a data source using the supplied TDbDataReader. 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: TDbDataReader

LoadOption

Type: System.Void

expandingSee Also