Page tree

Versions Compared

Key

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

An IDictionary represents a collection of key-and-value pairs.

Excerpt

 This method sets  Sets the data source to an 

Msdn
System.Collections.IDictionary
System.Collections.IDictionary
1IDictionary

for a single row of the template. Only  An IDictionary represents a collection of key-and-value pairs. This method will return only one row of data is returned for the column bound in 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.IDictionary dataSource, System.String dataSourceName, DataBindingProperties property)

...