DbServerSyncProvider Properties

Public Properties

  Name Description
Public property BatchSize
Gets or sets the batch size (in rows) that is used by commands that retrieve changes from the server database.
Public property Connection
Gets or sets an IDbConnection object that is used to connect to the server database.
Public property Schema
Gets or sets a SyncSchema object that contains information about the table schema on the server.
Public property SelectClientIdCommand
Gets or sets an IDbCommand object that contains the query or stored procedure that returns originator IDs from the server database.
Public property SelectNewAnchorCommand
Gets or sets an IDbCommand object that contains the query or stored procedure that returns a new anchor value from the server database. The anchor defines the upper bound for the set of changes to be synchronized during the current session.
Public property SyncAdapters
Gets the SyncAdapterCollection that is associated with the DbServerSyncProvider.

Top

See Also

Reference

DbServerSyncProvider Class
Microsoft.Synchronization.Data.Server Namespace