LinqDesignerDataSourceView.GetDesignTimeData Method (Int32, Boolean)
.NET Framework (current version)
Gets the design-time data that matches the schema of the associated data source control by using the specified number of rows. Returns a value that indicates whether the data is sample or real data.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
Public Overrides Function GetDesignTimeData ( minimumRows As Integer, <OutAttribute> ByRef isSampleData As Boolean ) As IEnumerable
Parameters
- minimumRows
-
Type:
System.Int32
The minimum number of rows to return.
- isSampleData
-
Type:
System.Boolean
true to indicate that the returned data is sample data; false to indicate that the returned data is live data.
.NET Framework
Available since 3.5
Available since 3.5
Show: