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
Description

An IDictionary represents a collection of key-and-value pairs. This method sets the

Excerpt

Sets a row's data source to

an 

an

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

for a single row of the template. Only one row of data is returned for the column bound in the data marker. It is important to note you must insert a data marker into the template for every column

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

When binding an IDictionary horizontally, you must insert a datamarker for each value you want displayed.

 

Signature
C#
C#
 public virtual void BindRowData(System.Collections.IDictionary dataSource, System.String dataSourceName, DataBindingProperties property)

...