SqlCeClientSyncProvider::GetTableReceivedAnchor Method

Gets a SyncAnchor object that contains the time when the last change was received from the server.

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

public:
virtual SyncAnchor^ GetTableReceivedAnchor(
	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 received from the server.

ExceptionCondition
DataSyncException

Another transaction is in progress.

ArgumentNullException

tableName is a nullptr.

MetadataException

The table anchor could not be retrieved.

Show: