edmiRemoteGetTableInstanceProperties
EdmiError edmiRemoteGetTableInstanceProperties (SdaiServerContext serverContextId, SdaiInstance tableInstanceId, SdaiString *name, SdaiInteger *creationDate, SdaiInteger *lastUpdatedDate, SdaiOptions *options, SdaiInteger *rows, SdaiString *description, SdaiInteger *columns, SdaiString **columnNames, SdaiPrimitiveType **columnDataTypes, SdaiInstance **columnDomainIds, SdaiInvocationId *edmiInvocationId);
This function returns all the properties of the given EDMtableInstance. These properties are listed in the argument table below.
Â
Â
Arguments
Â
Argument type | Argument name | Â Comments |
SdaiServerContext    | SdaiServerContext    |  |
SdaiInstance            | tableInstanceId |  |
SdaiString                | *name | Return argument if available |
SdaiInteger               | *creationDate | Return argument if available |
SdaiInteger               | *lastUpdatedDate | Return argument if available |
SdaiOptions              | *options | Return argument if available |
SdaiInteger | *rows | Return argument if available |
SdaiString                 | *description | Return argument if available |
SdaiInteger | *columns | Return argument if available. must be set for columnNames, columnDataTypes, columnDomainIds to be effective |
SdaiString                  | **columnNames | Return argument if available, to be freed by caller |
SdaiPrimitiveType     | **columnDataTypes | Return argument if available,to be freed by caller |
SdaiInstance               | **columnDomainIds | Return argument if available,to be freed by caller |
SdaiInvocationId       | *edmiInvocationId |  |
       Â
Return Value
Options
 <Missing options>
          Â
Â
Example
Â
<Missing example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â
 Â
Â
Â