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

DBUtilities.GetColumnValue(IDataReader,String) - метод Смотри также  Terrasoft.Common - пространство имен > DBUtilities - класс > GetColumnValue - метод : GetColumnValue(IDataReader,String) - метод C#

source
Data set.
columnName
The name of the column.

Glossary Item Box

Returns the value of the column with the specified name in the current data set.

Синтаксис

[Extension()] 
public static object GetColumnValue( 
   IDataReader source, 
   string columnName 
)

Параметры

source
Data set.
columnName
The name of the column.

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

The object that represents the value of the columnName column.

Заметки

Overloaded method.

Extension method for the classes that implement the System.Data.IDataReader interface.

Смотри также

© Terrasoft 2002-2017.

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

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