FormView.IDataBoundControl.DataSourceObject Property

.NET Framework (current version)
 

Gets the data source object that contains the list of data items that the FormView control retrieves.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Private ReadOnly Property DataSourceObject As IDataSource Implements IDataBoundControl.DataSourceObject

Property Value

Type: System.Web.UI.IDataSource

The data source object that contains the list of data items that the FormView control retrieves.

This member is an explicit interface member implementation. It can be used only when the FormView instance is cast to an IDataBoundControl interface.

.NET Framework
Available since 4.0
Return to top
Show: