Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
TResult
The return type of the column value.

IDBReadableCommand.ExecuteScalar(DBExecutor) - метод Смотри также  Terrasoft.Core.DB - пространство имен > IDBReadableCommand - интерфейс > ExecuteScalar - метод : ExecuteScalar(DBExecutor) - метод C#

dbExecutor
The DBExecutor instance used to query the database.

Glossary Item Box

Executes the SQL operator and returns the typed first column of the first row of the resulting set, using the passed-in DBExecutor instance.

Синтаксис

TResult ExecuteScalar<TResult>( 
   DBExecutor dbExecutor 
)

Параметры

dbExecutor
The DBExecutor instance used to query the database.

Типы обобщений

TResult
The return type of the column value.

Тип возвращаемого значения

The first column of the first row in the resulting set of the TResult type.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?