Exemplo n.º 1
0
 public override Row InsertSub(Row row)
 {
     table.Insert(row);
     return(table.LastInsertedRow());
 }