Example #1
0
File: Api.cs Project: fw2568/YaNco
 public static RfcRc MoveToNextTableRow(TableHandle table, out RfcErrorInfo errorInfo)
 {
     return(Interopt.RfcMoveToNextRow(table.Ptr, out errorInfo));
 }