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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.