DataBoundControlDesigner.GetSampleDataSource Method
.NET Framework 3.0
Gets dummy sample data to render the data-bound control on the design surface if sample data cannot be created from the DataSourceDesigner or DataSource properties.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected IEnumerable GetSampleDataSource ()
protected function GetSampleDataSource () : IEnumerable
Not applicable.
Return Value
An object that implements the IEnumerable interface containing dummy sample data used to render the data-bound control on the design surface.Community Additions
ADD
Show: