C# Class 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.
Datei anzeigen Open project: azavea/net-dao

Public Properties

Property Type Description
IndexesByName int>.IDictionary

Property Details

IndexesByName public_oe property

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
return int>.IDictionary