This documentation is archived and is not being maintained.
BaseDataListDesigner.GetDesignTimeDataSource Method
.NET Framework 1.1
Gets a set of sample data that matches the schema of the selected data source.
Overload List
Gets a set of sample data that matches the schema of the selected data source.
[Visual Basic] Overloads Protected Function GetDesignTimeDataSource(Integer, ByRef Boolean) As IEnumerable
[C#] protected IEnumerable GetDesignTimeDataSource(int, bool);
[C++] protected: IEnumerable* GetDesignTimeDataSource(int, bool);
[JScript] protected function GetDesignTimeDataSource(int, Boolean) : IEnumerable;
Gets a set of sample data that matches the schema of the selected data source.
[Visual Basic] Overloads Protected Function GetDesignTimeDataSource(IEnumerable, Integer, ByRef Boolean) As IEnumerable
[C#] protected IEnumerable GetDesignTimeDataSource(IEnumerable, int, bool);
[C++] protected: IEnumerable* GetDesignTimeDataSource(IEnumerable*, int, bool);
[JScript] protected function GetDesignTimeDataSource(IEnumerable, int, Boolean) : IEnumerable;
Example
See Also
BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: