Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

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

dbExecutor
The DBExecutor instance used to query the database.

Glossary Item Box

Using the passed-in DBExecutor instance, executes the select query and returns System.Data.IDataReader with the resulting recordset.

Синтаксис

public IDataReader ExecuteReader( 
   DBExecutor dbExecutor 
)

Параметры

dbExecutor
The DBExecutor instance used to query the database.

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

The System.Data.IDataReader instance with the resulting recordset.

Смотри также

© Terrasoft 2002-2017.

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

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