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 IQueryableDataSource^ DataSource {
	IQueryableDataSource^ get();
	internal: void set(IQueryableDataSource^ value);
}

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: