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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.