Azavea.Open.DAO.CSV.CsvDataReader.GetData C# (CSharp) 메소드

GetData() 공개 메소드

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.
리턴 IDataReader
        public override IDataReader GetData(int i)
        {
            throw new NotImplementedException("Not needed at this time.");
        }