Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Executes a Transact-SQL statement and returns the first column of the first row as a value type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
ExecuteScalar(StringCollection) | Executes a batch of Transact-SQL statements and returns the first column of the first row as an object value. |
![]() |
ExecuteScalar(String) | Executes a Transact-SQL statement and returns the first column of the first row as an object value. |
Top
Remarks
If multiple batches are specified by using a StringCollection object then the result is an array of value types.