Click or drag to resize
LLBLGenProDesignerDataSourceView2GetDesignTimeData Method
Generates design-time data that matches the schema of the associated data source control using the provided number of rows and returns a value indicating whether the data is sample or real data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override IEnumerable GetDesignTimeData(
	int minimumRows,
	out bool isSampleData
)

Parameters

minimumRows
Type: SystemInt32
The minimum number of rows to return.
isSampleData
Type: SystemBoolean
true to indicate the returned data is sample data; false to indicate the returned data is live data.

Return Value

Type: IEnumerable
A DataSourceView containing data to display at design time.
See Also