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 row's data source to an

Msdn
System.Collections.IEnumerable
System.Collections.IEnumerable
1IEnumerable
collection. The IEnumerable interface supports a simple iteration over a collection.
This method will return only one row of data for the column bound by the datamarker. You must insert a datamarker into the template for each column of data you want shown.

Signature
C#
C#
 public virtual void BindRowData(System.Collections.IEnumerable dataSource, System.String[] columnNames, System.String dataSourceName, DataBindingProperties property)

...