ExecuteScalar Método
Executes a Transact-SQL statement and returns the first column of the first row as a value type.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Comentarios
If multiple batches are specified by using a StringCollection object then the result is an array of value types.
Vea también