Changes between Version 49 and Version 50 of FDORfc34


Ignore:
Timestamp:
Sep 18, 2009, 7:01:38 AM (15 years ago)
Author:
oresthalustchak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v49 v50  
    99||Submission Date|| April 9, 2009 ||
    1010||Last Modified|| Greg Boone [[Timestamp]]||
    11 ||Author||Greg Boone||
     11||Author||Klain Qin||
    1212||RFC Status||Ready For Review||
    1313||Implementation Status||Pending||
     
    727727FdoInt32 GetPropertyIndex(FdoString* propertyName);
    728728}}}
     729
     730To make sure that the access by index is easy to use by client applications, this RFC is including an additional requirement on the indexing.
     731
     732The index order supported by the reader must be the same as the order of the properties described by the class definition that is returned by the reader. This allows application developers to have a predictable ordering and not have to maintain additional mapping tables at their end.
     733
     734The default implementation described above will follow this requirement. Providers that do not implement these new functions natively will not have to change for applications to be able to use the index access. For providers that implement these new functions natively, this index ordering requirement must be used.