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

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

Glossary Item Box

Executes the current select query and returns the typed first column of the first record of the resulting set returned by the query.

Синтаксис

public TResult ExecuteScalar<TResult>()

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

TResult
The return type of the column value.

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

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

Смотри также

© Terrasoft 2002-2017.

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

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