DataBoundControlDesigner.GetSampleDataSource Method

Definition

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.

protected:
 virtual System::Collections::IEnumerable ^ GetSampleDataSource();
protected virtual System.Collections.IEnumerable GetSampleDataSource ();
abstract member GetSampleDataSource : unit -> System.Collections.IEnumerable
override this.GetSampleDataSource : unit -> System.Collections.IEnumerable
Protected Overridable Function GetSampleDataSource () As IEnumerable

Returns

An object that implements the IEnumerable interface containing dummy sample data used to render the data-bound control on the design surface.

Applies to

See also