IColumnMapper interface
Retrieves property information for file based queries.
Members
The IColumnMapper interface inherits from the IUnknown interface. IColumnMapper also has these types of members:
Methods
The IColumnMapper interface has these methods.
| Method | Description |
|---|---|
| EnumPropInfo |
Gets the i-th entry from the list of properties. |
| GetPropInfoFromId |
Gets the property information from the DBID. |
| GetPropInfoFromName |
Gets property information from a name. This will return a DBID pointer in parameter ppPropId which now has to be freed by the caller and not by the callee (this class). |
| IsMapUpToDate |
Determines if the map is up to date. |
Show: