TDbCommand.ExecuteReader(Variant[]) Method

<< Click to Display Table of Contents >>

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

TDbCommand.ExecuteReader(Variant[]) Method

Executes the CommandText against the Connection, and returns an DbDataReader using an array of the parameter values.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

AParams

Type: array of Variant

Return Value

Type: _DbDataReader

expandingSee Also