DataViewManager Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataViewManager class.
Overloads
DataViewManager() |
Initializes a new instance of the DataViewManager class. |
DataViewManager(DataSet) |
Initializes a new instance of the DataViewManager class for the specified DataSet. |
DataViewManager()
- Source:
- DataViewManager.cs
- Source:
- DataViewManager.cs
- Source:
- DataViewManager.cs
Initializes a new instance of the DataViewManager class.
public:
DataViewManager();
public DataViewManager ();
Public Sub New ()
See also
Applies to
DataViewManager(DataSet)
- Source:
- DataViewManager.cs
- Source:
- DataViewManager.cs
- Source:
- DataViewManager.cs
Initializes a new instance of the DataViewManager class for the specified DataSet.
public:
DataViewManager(System::Data::DataSet ^ dataSet);
public DataViewManager (System.Data.DataSet? dataSet);
public DataViewManager (System.Data.DataSet dataSet);
new System.Data.DataViewManager : System.Data.DataSet -> System.Data.DataViewManager
Public Sub New (dataSet As DataSet)
Parameters
See also
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.