<< Click to Display Table of Contents >> Navigation: ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TDbCommand > Methods > TDbCommand.ExecuteReader(Variant[],TFieldType[]) Method |
Executes the CommandText against the Connection, and returns an DbDataReader using an array of the parameter values and data types.
Namespace: CNClrLib.ADONet.Client
Delphi |
public |
Parameters
AParams
Type: array of Variant
ATypes
Type: array of TFieldType
Type: _DbDataReader
Reference |