Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Imports data from an array of objects to the current table.

Signature
C#
C#
 public void ImportDataRow(System.Object[] row)
Signature
vb.net
vb.net
Public Sub ImportDataRow(ByVal row As Object())
Parameters
Param
row
row

An array containing the set of values to import to the table.

Exceptions
Exception
System.Exception
System.Exception

Example
Code Block
csharp
csharp
titleC#
tbl.ImportData(dataArray);
Code Block
vb.net
vb.net
titlevb.net
tbl.ImportData(dataArray)