DBUtilities.GetStreamValue - метод Смотри также Terrasoft.Common - пространство имен > DBUtilities - класс : GetStreamValue - метод C#
- source
- Data set.
- columnName
- The name of the column.
Glossary Item Box
[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.