GetNextSyncVersionFromChangeSet Method

Parses the specified change set, interprets its schema and returns the highest sequence id of the set, which represents the base sync anchor for the subsequent query.

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

Syntax

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

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

Parameters

Return Value

Type: System.Int64
Highest sequence identifier in the specified change set.

See Also

Reference

ChangeTrackingProviderBase Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace