Select.ExecuteReader - метод Смотри также Terrasoft.Core.DB - пространство имен > Select - класс : ExecuteReader - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ExecuteReader(DBExecutor) | Using the passed-in DBExecutor instance, executes the select query and returns System.Data.IDataReader with the resulting recordset. |
ExecuteReader(DBExecutor,CommandBehavior) | |
ExecuteReader(ExecuteReaderReadMethod) | Executes the select query and calls the passed-in delegate method for each record of the set. |