RepeaterDesigner.GetDesignTimeDataSource Method (IEnumerable, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns design-time sample data based on the provided data and using the specified number of rows.
Assembly: System.Design (in System.Design.dll)
protected IEnumerable GetDesignTimeDataSource( IEnumerable selectedDataSource, int minimumRows )
Parameters
- selectedDataSource
-
Type:
System.Collections.IEnumerable
An IEnumerable object containing data to use in creating similar sample data at design time.
- minimumRows
-
Type:
System.Int32
The minimum number of rows of sample data that the data source should contain.
Return Value
Type: System.Collections.IEnumerableAn IEnumerable object containing sample data for use at design time.
.NET Framework
Available since 1.1
Available since 1.1
Show: