Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An abstract class that, when overridden in a derived class, converts data between a managed provider and an unmanaged provider.
The following tables list the members exposed by the ChangeDataAdapter type.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
ChangeDataAdapter | Initializes a new instance of the ChangeDataAdapter class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
ConvertManagedToUnmanagedData | When overridden in a derived class, converts managed data to an unmanaged format. |
![]() |
ConvertUnmanagedToManagedData | When overridden in a derived class, converts unmanaged data to a managed format. |
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top