ChangeDataAdapter Class

An abstract class that, when overridden in a derived class, converts data between a managed provider and an unmanaged provider.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.ChangeDataAdapter

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public MustInherit Class ChangeDataAdapter
'Usage
Dim instance As ChangeDataAdapter
public abstract class ChangeDataAdapter
public ref class ChangeDataAdapter abstract
[<AbstractClassAttribute>]
type ChangeDataAdapter =  class end
public abstract class ChangeDataAdapter

The ChangeDataAdapter type exposes the following members.

Constructors

  Name Description
Protected method ChangeDataAdapter Initializes a new instance of the ChangeDataAdapter class.

Top

Methods

  Name Description
Public method ConvertManagedToUnmanagedData When overridden in a derived class, converts managed data to an unmanaged format.
Public method ConvertUnmanagedToManagedData When overridden in a derived class, converts unmanaged data to a managed format.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization Namespace