SqlCeClientSyncProvider::GetTableSentAnchor Method

Gets a SyncAnchor object that contains the time when the last change was sent from the client.

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

public:
virtual SyncAnchor^ GetTableSentAnchor(
	String^ tableName
) override

Parameters

tableName
Type: System::String
The name of the table.

Return Value

Type: Microsoft.Synchronization.Data::SyncAnchor
A SyncAnchor object that contains the time when the last change was sent from the client.

ExceptionCondition
DataSyncException

Another transaction is in progress.

ArgumentNullException

tableName is a nullptr.

MetadataException

The table anchor could not be retrieved.

This method is used by the change tracking infrastructure in the client database.

Show: