edmiCreateTableInstance
EdmiError edmiCreateTableInstance (SdaiModel modelId, SdaiString name, SdaiInteger columns, SdaiString description, SdaiOptions options, SdaiInstance *newTableInstanceId, /* [SdaiString columnName, SdaiPrimitiveType columnDatatype, SdaiInstance columnDomainId] ... );
This function creates an EDMtableInstance for the given model id. The name is not unique and the developer should keep this in mind. The last three arguments are va_list and can be omitted if the developer is not going to use them.
Â
Arguments
1 | Type | Name | Comment |
2 | SdaiModel | modelId | Â |
3 | SdaiString | name | optional argument |
4 | SdaiInteger | columns | Â |
5 | SdaiString | description | optional argument |
6 | SdaiOptions | options | no option defined yet |
7 | SdaiInstance | newTableInstanceId | Â |
8 | SdaiString | columnName | optional |
9 | SdaiPrimitiveType | columnDatatype | optional when columnDomainId is set |
10 | SdaiInstance | columnDomainId | optional when coumnDatatype is set |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.
Options
 Â
Â
Example
Â
<Missing example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â