TDbConnection.Execute(String,Variant[]) Method

<< Click to Display Table of Contents >>

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

TDbConnection.Execute(String,Variant[]) Method

Executes the specified query by specifying an array of the parameter values and returns ADO.Net DataTable.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

ACommandText

Type: String

AParams

Type: array of Variant

Return Value

Type: _DataTable

expandingSee Also