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

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

dbExecutor
The DBExecutor instance used to query the database.

Glossary Item Box

Executes the current select query and returns the typed first column of the first record of the resulting set, using the passed-in DBExecutor instance.

Синтаксис

public 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 record in the resulting dataset of the TResult type.

Смотри также

© Terrasoft 2002-2017.

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

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