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