...
Code Block |
---|
...
| ||||
EdmiError edmiGetTableInstanceProperties (SdaiInstance tableInstanceId,
SdaiString *name, /* Optional */
SdaiInteger *creationDate, /* Optional */
SdaiInteger *lastUpdatedDate, /* Optional */
SdaiOptions *options, /* Optional */
SdaiInteger *rows, /* Optional */
SdaiString *description, /* Optional */
SdaiInteger *columns, /* Optional, must be set for columnNames, columnDataTypes, columnDomainIds to be effective */
SdaiString **columnNames, /* Optional, to be freed by caller */
SdaiPrimitiveType **columnDataTypes, /* Optional, to be freed by caller */
SdaiInstance **columnDomainIds); /* Optional, to be freed by caller */
|
This function returns all the properties of the given EDMtableInstance. These properties are listed in the argument table below.
Arguments
...
<Missing arguments>
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
<Missing options>
Example
...
Code Block | ||
---|---|---|
| ||
<Missing example>
|
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|