SqlCeClientSyncProvider::GetTableReceivedAnchor Method
Gets a SyncAnchor object that contains the time when the last change was received from the server.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Parameters
- tableName
- Type: System::String
The name of the table.
Return Value
Type: Microsoft.Synchronization.Data::SyncAnchorA SyncAnchor object that contains the time when the last change was received from the server.
| Exception | Condition |
|---|---|
| DataSyncException | Another transaction is in progress. |
| ArgumentNullException | tableName is a nullptr. |
| MetadataException | The table anchor could not be retrieved. |
Show: