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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.