DataSet Constructor
.NET Framework (current version)
Initializes a new instance of the DataSet class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DataSet() | Initializes a new instance of the DataSet class. |
![]() | DataSet(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of a DataSet class that has the given serialization information and context. |
![]() | DataSet(SerializationInfo^, StreamingContext, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DataSet class. |
![]() | DataSet(String^) | Initializes a new instance of a DataSet class with the given name. |
Show:

