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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.