DbServerSyncProvider Methods

Public Methods

(see also Protected Methods )

  Name Description
Public method ApplyChanges Overridden.
Applies inserts, updates, and deletes for a synchronization group to the server database.
Public method Dispose Overloaded. Overridden.
Releases the resources used by the DbServerSyncProvider.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetChanges Overridden.
Selects for a table in the server database the inserts, updates, and deletes to apply to the client database for a synchronization group.
Public method GetHashCode  (Inherited from Object.)
Public method GetSchema Overridden.
Returns a SyncSchema object that contains the schema for each table specified.
Public method GetServerInfo Overridden.
Gets a SyncServerInfo object when give a session parameter.
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Dispose Overloaded.
Releases the resources used by the DbServerSyncProvider.
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)
Protected method OnApplyChangeFailed
Raises the ApplyChangeFailed event.
Protected method OnApplyingChanges
Raises the ApplyingChanges event.
Protected method OnChangesApplied
Raises the ChangesApplied event.
Protected method OnChangesSelected
Raises the ChangesSelected event.
Protected method OnSelectingChanges
Raises the SelectingChanges event.
Protected method OnSyncProgress
Raises the SyncProgress event.

Top

See Also

Reference

DbServerSyncProvider Class
Microsoft.Synchronization.Data.Server Namespace