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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.