Creates a System.Data.DataTable object that contains three columns with names that indicate that the columns contain sample data.
A new System.Data.DataTable with three columns. These columns can contain data of type string.
The column data types are all string. The calling designer component can call the DesignTimeData.GetDesignTimeDataSource(System.Data.DataTable, int) method to add rows of data to the resulting table.