Azavea.Open.DAO.Memory.MemoryDataReader.GetData C# (CSharp) Method

GetData() public method

Returns an T:System.Data.IDataReader for the specified column ordinal.
The index passed was outside the range of 0 through .
public GetData ( int i ) : IDataReader
i int The index of the field to find.
return IDataReader
        public override IDataReader GetData(int i)
        {
            throw new NotImplementedException("Not needed at this time.");
        }