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

DBUtilities.GetStreamValue - метод Смотри также  Terrasoft.Common - пространство имен > DBUtilities - класс : GetStreamValue - метод C#

source
Data set.
columnName
The name of the column.

Glossary Item Box

Returns the value of the System.IO.Stream type of the column with the specified name in the current data set.

Синтаксис

[Extension()] 
public static Stream GetStreamValue( 
   IDataReader source, 
   string columnName 
)

Параметры

source
Data set.
columnName
The name of the column.

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

The System.IO.Stream object that represents the value of the columnName column.

Заметки

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

Смотри также

© Terrasoft 2002-2017.

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

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