Executes a statement that returns a single value.
Public Overrides Function ExecuteScalar() As Object
public override object ExecuteScalar()
The first column of the first row in the result set, or a null reference if the result set is empty.
If this method is called on a query that returns multiple rows and columns, only the first column of the first row is returned.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |