Creates and fills with data an ADO.NET data set consisting of this data set's table views.
Namespace:
C1.Web.DataAssembly: C1.Web.Data.2 (in C1.Web.Data.2.dll)
Syntax
| C# |
|---|
public DataSet GetExportDataSet( bool schemaOnly ) |
| Visual Basic (Declaration) |
|---|
Public Function GetExportDataSet ( _ schemaOnly As Boolean _ ) As DataSet |
Parameters
- schemaOnly
- Type: System..::..Boolean
If True, System.Data.DataSet is created and returned with schema information but without data rows.