DataSourceExpression.DataSource Property

.NET Framework (current version)
 

Gets the data source object that is associated with the owner control.

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

Public Property DataSource As IQueryableDataSource
	Get
	Friend Set
End Property

Property Value

Type: System.Web.UI.WebControls.IQueryableDataSource

The data source object that is associated with the owner control.

.NET Framework
Available since 4.0
Return to top
Show: