Exemplo n.º 1
0
Arquivo: Api.cs Projeto: fw2568/YaNco
 public static RfcRc MoveToFirstTableRow(TableHandle table, out RfcErrorInfo errorInfo)
 {
     return(Interopt.RfcMoveToFirstRow(table.Ptr, out errorInfo));
 }