DataViewManager Constructor (DataSet^)

 

Initializes a new instance of the DataViewManager class for the specified DataSet.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
DataViewManager(
	DataSet^ dataSet
)

Parameters

dataSet
Type: System.Data::DataSet^

The name of the DataSet to use.

.NET Framework
Available since 1.1
Return to top
Show: