IDBReadableCommand.ExecuteScalar - метод Смотри также Terrasoft.Core.DB - пространство имен > IDBReadableCommand - интерфейс : ExecuteScalar - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ExecuteScalar<TResult>(DBExecutor) | Executes the SQL operator and returns the typed first column of the first row of the resulting set, using the passed-in DBExecutor instance. |
ExecuteScalar<TResult>() | Executes the SQL operator and returns the typed first column of the first row of the resulting set returned by the query. |