DesignTimeData::CreateSampleDataTable Method

 

Creates a DataTable object with the same schema as the provided data.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateSampleDataTable(IEnumerable^)

Creates a sample DataTable object with the same schema as the provided data.

System_CAPS_pubmethodSystem_CAPS_staticCreateSampleDataTable(IEnumerable^, Boolean)

Creates a DataTable object with the same schema as the provided data and optionally containing column names indicating that the data is bound data.

Return to top
Show: