Changes between Initial Version and Version 1 of Ticket #1349


Ignore:
Timestamp:
May 4, 2010, 11:35:25 PM (14 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1349

    • Property Summary Support ADO.net interfaces in FeatureSetReaderFeatureSetReader refactoring
  • Ticket #1349 – Description

    initial v1  
    1 Maestro's FeatureSetReader should implement the IDataReader interface. This way, a FeatureSetReader can integrate with common ADO.net constructs such as the DataTable
     1Maestro's FeatureSetReader should be refactored as such.
     2
     3 * Make it an abstract class with http and native subclasses
     4 * Implement the ADO.net IDataReader interface so that it can interop w/ things such as the DataTable class