edmiCreateTableInstanceColumn
EdmiError edmiCreateTableInstanceColumn (SdaiInstance tableInstanceId, SdaiOptions options, SdaiInteger columnNumber, SdaiString columnName, SdaiPrimitiveType columnDatatype, SdaiInstance columnDomainId, SdaiInteger *newColumnNumber);
create a new column for the given EDMtableInstance.
Arguments
Type | Name | Comment |
SdaiInstance | tableInstanceId | |
SdaiOptions | options | no option defined yet |
SdaiInteger | columnNumber | columnNumber of new column. columnNumber = 0 means append new column |
SdaiString | columnName | optional argument |
SdaiPrimitiveType | columnDatatype | optional when columnDomainId is set |
SdaiInstance | columnDomainId | optional when coumnDatatype is set |
SdaiInteger | newColumnNumber | First columnNumber is 1 (not zero) |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
<Missing options>
Example
<Missing example>
See also
Filter by label
There are no items with the selected labels at this time.