AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLCommand..::..ExecuteScalar Method

Overload List


  Name Description
Public method ExecuteScalar(CancellationToken)
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.

The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout

Public method ExecuteScalar()()()()
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.