The IDtObjectMetaData interface contains methods that are used to collect information about data provider/data consumer structure that uses OLE DB drivers for connection and installed in the operating system.
The data provider that imports data in the OpenDocument format and described by the IDtOdsProvider interface can be cast to above mentioned interface.
| Method name | Brief description | |
![]() |
TableFields | The TableFields method returns the string array that contains fields names of the specified data provider or data consumer table. |
![]() |
Tables | The Tables method returns the string array that contains names of data provider or data consumer tables. |
![]() |
Views | The Views method returns the string array that contains names of data provider or data consumer views. |
See also: