Page tree

Versions Compared

Key

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

...

Excerpt

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

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

...