Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets a DataTable as a data source to bind to a row in the template. This method will import only the first row of the DataTable.  You must insert a datamarker for each column you want displayed.

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

...