CanGetChanges Method

Used to perform validation of whether system is in a state to retrieve changes for the specified table

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Protected Overridable Sub CanGetChanges ( _
    tableName As String, _
    expectedLastSyncAnchor As Long, _
    lastSyncVersion As Long _
)
'Usage
Dim tableName As String
Dim expectedLastSyncAnchor As Long
Dim lastSyncVersion As Long

Me.CanGetChanges(tableName, expectedLastSyncAnchor, _
    lastSyncVersion)
protected virtual void CanGetChanges(
    string tableName,
    long expectedLastSyncAnchor,
    long lastSyncVersion
)
protected:
virtual void CanGetChanges(
    String^ tableName, 
    long long expectedLastSyncAnchor, 
    long long lastSyncVersion
)

Parameters

See Also

Reference

ChangeTrackingProviderBase Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace