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

...

Excerpt

Sets a DataTable as a data source to bind to a row in the template. This method will

return

import only

one

the first row of

data for the column bound by the datamarker. You

the DataTable.  You must insert a datamarker into the template for each column of data you want shown.

Signature
C#
C#
 public void BindRowData(System.Data.DataTable dataSource, System.String dataSourceName, DataBindingProperties property)

...