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

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 specified column of this type in the current data set.

Синтаксис

[Extension()] 
public static T GetColumnValue<T>( 
   IDataReader source, 
   string columnName 
)

Параметры

source
Data set.
columnName
The name of the column.

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

T
Any type.

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

The type of the value in the columnName column.

Заметки

Overloaded method.

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

Смотри также

© Terrasoft 2002-2017.

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

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