DataSetInfo.CreateDataSet Method
Returns a new dataset that corresponds to this DataSetInfo, or null on failure.
CreateDataSet()
Returns a new dataset that corresponds to this DataSetInfo, or null on failure.Syntax
public DataSet CreateDataSet ()
Return Value
The corresponding dataset.
Remarks
The method can succeed only if CanCreateDataSet is True. See the class page for more advice on how the new dataset can be used.
Platforms
Windows, Linux, Android