DataAdapter Constructor (DataAdapter^)
.NET Framework (current version)
Initializes a new instance of a DataAdapter class from an existing object of the same type.
Assembly: System.Data (in System.Data.dll)
Parameters
- from
-
Type:
System.Data.Common::DataAdapter^
A DataAdapter object used to create the new DataAdapter.
This overload of the DataAdapter constructor is designed for use by a .NET Framework data provider when implementing a similar constructor for use in a clone implementation.
.NET Framework
Available since 1.1
Available since 1.1
Show: