Changes between Initial Version and Version 1 of Ticket #1349
- Timestamp:
- 05/04/10 23:35:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1349
- Property Summary Support ADO.net interfaces in FeatureSetReader → FeatureSetReader 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 1 Maestro'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