ComponentOne DataObjects for .NET
GetExportDataSet(Boolean) Method

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class > GetExportDataSet Method : GetExportDataSet(Boolean) Method
If True, System.Data.DataSet is created and returned with schema information but without data rows.
Creates and fills with data an ADO.NET data set containing data for all tables in this C1ExpressConnection.
Syntax
'Declaration
 
Public Overloads Function GetExportDataSet( _
   ByVal schemaOnly As System.Boolean _
) As System.Data.DataSet
public System.Data.DataSet GetExportDataSet( 
   System.bool schemaOnly
)

Parameters

schemaOnly
If True, System.Data.DataSet is created and returned with schema information but without data rows.
See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members
Overload List