DataSourceExpression::DataSource Property
.NET Framework (current version)
Gets the data source object that is associated with the owner control.
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
Available since 4.0
Show: