Azavea.Open.DAO.Util.CachingDataReader.this C# (CSharp) Method

this() private method

Gets the column located at the specified index.
The index passed was outside the range of 0 through .
private this ( int i ) : objectIDataRecord.System
i int The zero-based index of the column to get.
return objectIDataRecord.System
        object IDataRecord.this[int i]
        {
            get { return GetValue(i); }
        }

Same methods

CachingDataReader::this ( string name ) : objectIDataRecord.System