- 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
[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.