Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.ExecuteScalar Method

Name Parameters Description
ExecuteScalar(String, Object[]) sql, parameterValues Executes the specified SQL query and returns the first column of the first row in the result set returned by the query.
ExecuteScalar(String, String[], Object[]) sql, parameterNames, parameterValues Executes the specified SQL query and returns the first column of the first row in the result set returned by the query.
ExecuteScalar(String) sql Executes the specified SQL query and returns the first column of the first row in the result set returned by the query.