DataSourceControl.System.Web.UI.IDataSource.GetView Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the named DataSourceView object associated with the DataSourceControl control. Some data source controls support only one view, while others support more than one.

Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)

private:
virtual DataSourceView^ System.Web.UI.IDataSource.GetView (
	String^ viewName
) sealed = IDataSource::GetView
Not applicable.

Parameters

viewName

The name of the DataSourceView to retrieve. In data source controls that support only one view, such as SqlDataSource, this parameter is ignored.

Return Value

Returns the named DataSourceView associated with the DataSourceControl.

Exception typeCondition

ArgumentException

viewName is a null reference (Nothing in Visual Basic).

The viewName parameter is ignored when this method is called on data source controls that support only one view, such as the SqlDataSource and AccessDataSource controls.

NoteNote:

The DataSourceControl class's default implementation, which is called by this interface method, returns a null reference (Nothing in Visual Basic). If you extend the DataSourceControl class, override the GetView method to return the specified DataSourceView object.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: