Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteGetTableInstanceColumnsValue (SdaiServerContext    serverContextId,
                                                  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 */
                                                  SdaiInvocationId    *edmiInvocationId);

<Missing description>This function return the values of  columns from the given  EDMtableInstance.

 

 

Arguments

...

...

  

Argument type

Argument name

 Comments

SdaiServerContext    

serverContextId

 

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

SdaiInvocationId            

 *edmiInvocationId

 

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

...