DataBoundControlDesigner.GetDesignTimeDataSource Method
.NET Framework 3.0
Gets the design-time data source from either the associated DataSourceDesigner or the DataSource property.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected IEnumerable GetDesignTimeDataSource ()
protected function GetDesignTimeDataSource () : IEnumerable
Not applicable.
Return Value
An object that implements an IEnumerable interface referencing the design-time data source.Community Additions
ADD
Show: