Click or drag to resize

Template.DataFrom Method

Overload List
  NameDescription
Public methodDataFrom(IDictionary)
Specifies IDictionary that will be used as a data source for this template. If the method is called more than once, only last object is used as the template data source.
Public methodDataFrom(Object)
Specifies object that will be used as a data source for this template. If the method is called more than once, only last object is used.
Public methodDataFrom(ITemplateDataProvider)
Specifies ITemplateDataProvider that will be used as a data source for this template. If the method is called more than once, only last object is used as the template data source.
Top
See Also