TDbCommand.ExecuteScalar Method

<< Click to Display Table of Contents >>

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

TDbCommand.ExecuteScalar Method

Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Return Value

Type: OleVariant

expandingSee Also