Code Block | ||||
---|---|---|---|---|
| ||||
EdmiError edmiGetTableInstanceColumnsValue(SdaiInstance tableInstanceId, SdaiInteger rowNumber, /* First rowNumber is 1 (not zero) */ SdaiInteger columns, SdaiInteger columnNumbers[], /* Columns to read. First columnNumber is 1 (not zero) */ SdaiSelect columnValues[]); /* Columns value read, order is according to order in columnNumbers */ |
This function return the values of columns from the given EDMtableInstance.
Arguments
...
...
Type | Name | Comment |
SdaiInstance | tableInstanceId | |
SdaiInteger | rowNumber | First rowNumber is 1 (not zero) |
SdaiInteger | columns | |
SdaiInteger | columnNumbers | Columns to read. First columnNumber is 1 (not zero) |
SdaiSelect | columnValues | Columns value read, order is according to order in columnNumbers |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
<Missing options>
Example
...
Code Block | ||
---|---|---|
| ||
<Missing example> |
...