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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.