Common.GetDataSet(Boolean, Boolean, Boolean) Method

Definition

public:
 System::Data::DataSet ^ GetDataSet(bool allTables, bool allRecords, bool storedFieldsOnly);
public System.Data.DataSet GetDataSet (bool allTables, bool allRecords, bool storedFieldsOnly);
member this.GetDataSet : bool * bool * bool -> System.Data.DataSet
Public Function GetDataSet (allTables As Boolean, allRecords As Boolean, storedFieldsOnly As Boolean) As DataSet

Parameters

allTables
Boolean
allRecords
Boolean
storedFieldsOnly
Boolean

Returns

Applies to