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.
파일 보기 프로젝트 열기: azavea/net-dao

공개 프로퍼티들

프로퍼티 타입 설명
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