TDbConnection.ExecuteReader(String) Method

<< Click to Display Table of Contents >>

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

TDbConnection.ExecuteReader(String) Method

Executes the specified CommandText against the Connection component, and returns an DbDataReader.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

ACommandText

Type: String

Return Value

Type: _DbDataReader

expandingSee Also