Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbDataAdapter Constructor (DbDataAdapter^)

 

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:
DbDataAdapter(
	DbDataAdapter^ adapter
)

Parameters

adapter
Type: System.Data.Common::DbDataAdapter^

A DataAdapter object used to create the new DataAdapter.

This overload of the DbDataAdapter 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:
© 2017 Microsoft