DesignTimeData.GetDesignTimeDataSource(DataTable, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified number of sample rows to the specified data table.
public:
static System::Collections::IEnumerable ^ GetDesignTimeDataSource(System::Data::DataTable ^ dataTable, int minimumRows);
public static System.Collections.IEnumerable GetDesignTimeDataSource (System.Data.DataTable dataTable, int minimumRows);
static member GetDesignTimeDataSource : System.Data.DataTable * int -> System.Collections.IEnumerable
Public Shared Function GetDesignTimeDataSource (dataTable As DataTable, minimumRows As Integer) As IEnumerable
Parameters
- minimumRows
- Int32
The minimum number of rows to add.
Returns
An object implementing IEnumerable containing sample data for use at design time.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.