Overload |
Description |
---|---|
BindData(Object()(), String(), String, DataBindingProperties) |
Sets a two-dimensional - possibly jagged - array of objects as a template data source. |
BindData(Object(,), String(), String, DataBindingProperties) |
Sets a rectangular array of objects as a template data source. |
BindData(System.Data.IDataReader, String, DataBindingProperties) |
Sets an ADO.NET IDataReader as a data source to bind to template data markers. |
BindData(System.Data.DataSet, String, DataBindingProperties) |
Sets an ADO.NET DataSet as a data source to bind to template data markers. |
BindData(System.Data.DataTable, String, DataBindingProperties) |
Sets an ADO.NET DataTable as a data source to bind to template data markers. |
BindData(System.Collections.Generic.IEnumerable, String, DataBindingProperties) |
Sets an IEnumerable<T> as a data source to bind to template data markers. |
SharePoint Integration Extension Methods
Overload |
Description |
---|---|
BindData(Microsoft.SharePoint.SPView, Microsoft.SharePoint.SPList, String, DataBindingProperties) |
Sets a SharePoint View as a template data source. |
BindData(Microsoft.SharePoint.SPList, String, DataBindingProperties) |
Sets a SharePoint List as a template data source. |