DataAdapter Constructor (DataAdapter^)

 

Initializes a new instance of a DataAdapter class from an existing object of the same type.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

protected:
DataAdapter(
	DataAdapter^ from
)

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
Return to top
Show: