Changes between Version 41 and Version 42 of FDORfc34


Ignore:
Timestamp:
Sep 7, 2009, 7:26:08 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v41 v42  
    587587}}}
    588588
    589 In order to make it work in all cases, FdoIFeatureReader also needs to expose a function of {{{FdoString* GetPropertyName(FdoInt32 index)}}} and each provider needs to override it. It has been illustrated in above updated FdoIFeatureReader interface. This work is avoidless that each provider has to know how to map between property name and index for the default implementation.
     589In order to make it work in all cases, FdoIFeatureReader also needs to expose a function of {{{FdoString* GetPropertyName(FdoInt32 index)}}} and each provider needs to override it. It has been illustrated in above updated FdoIFeatureReader interface. This work is avoidless that each provider has to know how to map between property name and index for the default implementation. For FdoIFeatureReader, the order that the default implementation will use is the same as the collection of properties returned by the class definition.
    590590
    591591=== Managed FDO API ===