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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.