Excerpt |
Sets a row's data source to an an
Msdn |
---|
| System.Collections.IEnumerable |
---|
| System.Collections.IEnumerable |
---|
1 | IEnumerable |
---|
|
collection. The IEnumerable
interface supports a simple iteration over a collection. Only one row of data is returned for the column bound by the data marker. It is important to note you must insert a data marker into the template for every column you want displayed. Signature |
---|
|
public virtual void BindRowData(System.Collections.IEnumerable dataSource, System.String[] columnNames, System.String dataSourceName, DataBindingProperties property)
|
...