5 implementations of GetView
System.Web (5)
UI\DataSourceControl.cs (1)
227
DataSourceView IDataSource.
GetView
(string viewName) {
UI\WebControls\ModelDataSource.cs (1)
129
DataSourceView IDataSource.
GetView
(string viewName) {
UI\WebControls\ReadOnlyDataSource.cs (1)
48
DataSourceView IDataSource.
GetView
(string viewName) {
UI\WebControls\SiteMapDataSource.cs (1)
394
DataSourceView IDataSource.
GetView
(string viewName) {
UI\WebControls\XmlDataSource.cs (1)
691
DataSourceView IDataSource.
GetView
(string viewName) {
9 references to GetView
System.Web (6)
UI\HtmlControls\HtmlSelect.cs (1)
550
DataSourceView newView = ds.
GetView
(DataMember);
UI\ListSourceHelper.cs (1)
110
return dataSource.
GetView
(_name).ExecuteSelect(DataSourceSelectArguments.Empty);
UI\WebControls\BaseDataList.cs (1)
435
DataSourceView newView = ds.
GetView
(DataMember);
UI\WebControls\DataBoundControl.cs (1)
255
DataSourceView newView = _currentDataSource.
GetView
(dataMember);
UI\WebControls\ReadOnlyDataSource.cs (1)
52
return ds.
GetView
(viewName);
UI\WebControls\Repeater.cs (1)
566
DataSourceView newView = ds.
GetView
(DataMember);
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (3)
151
DataSourceView view = ((IDataSource)_entityDataSource).
GetView
(DefaultViewName);
165
DataSourceView view = ((IDataSource)_entityDataSource).
GetView
(DefaultViewName);
1153
EntityDataSourceView view = (EntityDataSourceView)(((IDataSource)entityDataSource).
GetView
(DefaultViewName));