edmiGetTableInstanceProperties
EdmiError edmiGetTableInstanceProperties (SdaiInstance tableInstanceId, SdaiString *name, SdaiInteger *creationDate, SdaiInteger *lastUpdatedDate, SdaiOptions *options, SdaiInteger *rows, SdaiString *description, SdaiInteger *columns, SdaiString **columnNames, SdaiPrimitiveType **columnDataTypes, SdaiInstance **columnDomainIds);
This function returns all the properties of the given EDMtableInstance. These properties are listed in the argument table below.
Â
Arguments
Â
1 | Type | Name | Comment |
2 | SdaiInstance | tableInstanceId | Â |
3 | SdaiString | name | Â Optional |
4 | SdaiInteger | creationDate | Â Optional |
5 | SdaiInteger | lastUpdatedDate | Optional |
6 | SdaiOptions | options | Optional |
7 | SdaiInteger | rows | Optional |
8 | SdaiString | description | Optional |
9 | SdaiInteger | columns | Optional, must be set for columnNames, columnDataTypes, columnDomainIds to be effective |
10 | SdaiString | columnNames | Optional, to be freed by caller |
11 | SdaiPrimitiveType | columnDataTypes | Optional, to be freed by caller |
12 | SdaiInstance | columnDomainIds | Optional, to be freed by caller |
       Â
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
Â
1 | Option | Comment |
2 | Â | Â |
3 | Â | Â |
4 | Â | Â |
          Â
Â
Example
Â
<Missing example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â
Â