An indooGrid Documented Class Library

dataAccess.copyTableRow Method 

Function copy row in one table to new row in the same table and returns new ID

[Visual Basic]
Public Function copyTableRow( _
   ByVal String As String, _
   ByVal Int64 As Long, _
   Optional ByVal String As String = "ID", _
   Optional ByVal Hashtable As Hashtable = Nothing _
) As Long
[C#]
public long copyTableRow(
   String tableName,
   Int64 rowID,
   String idFieldName,
   Hashtable newValues
);

See Also

dataAccess Class | Indoo.Data Namespace