Page tree

Versions Compared

Key

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

...

Excerpt

Sets a row's data source to an 

Msdn
System.Collections.IEnumerable
System.Collections.IEnumerable
1IEnumerable
collection collection.

The IEnumerable interface TheIEnumerableinterface supports a simple iteration over a collection. Only  This method will return only one row of data is returned for the column bound by the data marker. It is important to note you datamarker. You must insert a data marker datamarker into the template for every each column of data you want displayedshown. 

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

...