C# Класс Azavea.Open.DAO.Util.CachingDataReader.DataReaderConfig

Child data readers may need to do something complex to get the values necessary to configure the parent class, so they should construct and pass a DataReaderSetup object. This way if they need to also configure other values at the same time, they can create a more complicated Setup object that contains values used in their own constructor.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IndexesByName int>.IDictionary

Описание свойств

IndexesByName публичное свойство

The column indexes, keyed by the column name. Defaults to a checked dictionary with case-insensitive keys, though you may override it if necessary.
public IDictionary IndexesByName
Результат int>.IDictionary