DataReader.GetValue - метод Смотри также Terrasoft.Common - пространство имен > DataReader - класс : GetValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
GetValue(DataConverter) | Gets the object that represents the value of the property/attribute in the current dataset position, converted according to the specified conversion type. |
GetValue(Type) | Gets the value of the property/attribute in the current dataset position, converted according to the specified conversion type. |
GetValue<TValue>() | Gets the value of a certain property/attribute type in the current dataset position, converting it to a certain type. |