Mimer Data Provider v9.2

MimerCommand.ExecuteScalar Method 

Executes the query, and returns the first column of the first row in the result set returned by the query. Note that extra columns and/or rows are ignored.

[Visual Basic]
NotOverridable Public Function ExecuteScalar() As Object Implements _
   IDbCommand.ExecuteScalar
[C#]
public object ExecuteScalar();

Return Value

The first column of the first row in the result set. If the result set is empty, a null reference is returned.

Implements

IDbCommand.ExecuteScalar

See Also

MimerCommand Class | Mimer.Data.Client Namespace