DesignTimeData::CreateDummyDataBoundDataTable Method ()
.NET Framework (current version)
Creates a DataTable object that contains three columns with names indicating that the columns are connected to a data source.
Assembly: System.Design (in System.Design.dll)
The table is not actually bound to a data source. Each column name simply indicates that it is a data-bound column. The column data types are string, integer, and string. The calling designer component must add rows and data to the resulting table.
.NET Framework
Available since 2.0
Available since 2.0
Show: