GetNextSyncVersionFromChangeSet Method

Retrieves the highest row version from the specified change set, which serves as the next sync anchor.

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

Syntax

'Declaration
Protected Overrides Function GetNextSyncVersionFromChangeSet ( _
    changeSet As DataTable _
) As Long
'Usage
Dim changeSet As DataTable
Dim returnValue As Long

returnValue = Me.GetNextSyncVersionFromChangeSet(changeSet)
protected override long GetNextSyncVersionFromChangeSet(
    DataTable changeSet
)
protected:
virtual long long GetNextSyncVersionFromChangeSet(
    DataTable^ changeSet
) override

Parameters

Return Value

Type: System.Int64
The highest row version in the specified change set.

See Also

Reference

SimpleChangeTrackingProvider Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace