Returns sample data matching the schema of the selected data source.
[Visual Basic] Overloads Protected Function GetDesignTimeDataSource( _ ByVal selectedDataSource As ICollection, _ ByVal minimumRows As Integer _ ) As ICollection [C#] protected ICollection GetDesignTimeDataSource( ICollection selectedDataSource, int minimumRows ); [C++] protected: ICollection* GetDesignTimeDataSource( ICollection* selectedDataSource, int minimumRows ); [JScript] protected function GetDesignTimeDataSource( selectedDataSource : ICollection, minimumRows : int ) : ICollection;
An ICollection containing a live data source for use at design time.
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace | BaseDataListDesigner.GetDesignTimeDataSource Overload List