NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataListDesigner.GetDesignTimeDataSource

[To be supplied.]

Overload List

Returns sample data matching the schema of the selected data source.

[Visual Basic] Overloads Protected Function GetDesignTimeDataSource(Integer) As ICollection
[C#] protected ICollection GetDesignTimeDataSource(int);
[C++] protected: ICollection* GetDesignTimeDataSource(int);
[JScript] protected function GetDesignTimeDataSource(int) : ICollection;

Returns sample data matching the schema of the selected data source.

[Visual Basic] Overloads Protected Function GetDesignTimeDataSource(ICollection, Integer) As ICollection
[C#] protected ICollection GetDesignTimeDataSource(ICollection, int);
[C++] protected: ICollection* GetDesignTimeDataSource(ICollection*, int);
[JScript] protected function GetDesignTimeDataSource(ICollection, int) : ICollection;

See Also

BaseDataListDesigner Class | BaseDataListDesigner Members | System.Web.UI.Design.WebControls Namespace