Changes between Version 8 and Version 9 of maestro/MaestroAPI/2.1ApiChanges
- Timestamp:
- 05/05/10 01:18:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/2.1ApiChanges
v8 v9 32 32 * !MgFeatureSetReader (returned when using !LocalNativeConnection) 33 33 34 Associated classes such as !FeatureSetRow and !FeatureSetColumn are also abstract and have matching !Xml and !Mgimplementations34 Associated classes such as !FeatureSetRow and !FeatureSetColumn are also abstract and have matching Xml* and Mg* implementations 35 35 36 36 The !FeatureSetColumn used when describing a feature source schema is now an internal !ClassPropertyColumn sub-class. 37 37 38 !FeatureSetReader also implements the ADO.net !IDataReader interface and !FeatureSetRow implements the !IDataRecord interface, so now these classes can be used wherever an !IDataReader or !IDataRecord are used.38 !FeatureSetReader also implements the ADO.net IDataReader interface and !FeatureSetRow implements the ADO.net IDataRecord interface, so now these classes can be used wherever an IDataReader or IDataRecord are used. 39 39 40 40 From a consuming client's perspective, nothing needs to change. ServerConnectionI and its ilk still return FeatureSetReader.