Changes between Version 35 and Version 36 of FDORfc34
- Timestamp:
- 08/26/09 19:05:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v35 v36 601 601 A high level class diagram of existing reader related interfaces in FDO is as illustrated below. 602 602 603 Both FdoISqlReader and FdoIDataReader have the function to get the column name or property name according to the index. With this capability, it should be pretty easy to provide default implementation for all access by index functions. Take GetInt32()as an example:603 Both FdoISqlReader and FdoIDataReader have the function to get the column name or property name according to the index. With this capability, it should be pretty easy to provide default implementation for all access by index functions. Take {{{GetInt32()}}} as an example: 604 604 605 605 {{{