SynchronizationStatus Enumeration
Represents an enumeration that defines data synchronization state between the cache and the data source.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Enumeration SynchronizationStatus
'Usage
Dim instance As SynchronizationStatus
public enum SynchronizationStatus
Members
Member name | Description | |
---|---|---|
Unchanged | Specifies the External Item has no changes to synchronize to the data source. | |
PendingUpdate | Specifies the External Item was updated locally but the changes are not synchronized to the data source. | |
PendingCreate | Specifies the External Item was created locally but the changes are not synchronized to the data source. | |
PendingDelete | Specifies the External Item was deleted locally but the changes are not synchronized to the data source. | |
InError | Specifies an error was encountered while synchronizing changes of the External Item to the data source. | |
InConflict | Specifies the data in the cache and in the data source are not the same. | |
RefreshNeeded | Specifies the External Item needs to be refreshed from the data source. |