Changes between Version 8 and Version 9 of maestro/MaestroAPI/2.1ApiChanges


Ignore:
Timestamp:
May 5, 2010, 1:18:29 AM (14 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/2.1ApiChanges

    v8 v9  
    3232 * !MgFeatureSetReader (returned when using !LocalNativeConnection)
    3333
    34 Associated classes such as !FeatureSetRow and !FeatureSetColumn are also abstract and have matching !Xml and !Mg implementations
     34Associated classes such as !FeatureSetRow and !FeatureSetColumn are also abstract and have matching Xml* and Mg* implementations
    3535
    3636The !FeatureSetColumn used when describing a feature source schema is now an internal !ClassPropertyColumn sub-class.
    3737
    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.
    3939
    4040From a consuming client's perspective, nothing needs to change. ServerConnectionI and its ilk still return FeatureSetReader.