GetChanges Method

Returns changes in the specified table that the destination does not have

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

Syntax

'Declaration
Public Function GetChanges ( _
    tableName As String, _
    settings As QueryResultSettings _
) As ChangeSet
'Usage
Dim instance As ChangeTrackingProviderBase
Dim tableName As String
Dim settings As QueryResultSettings
Dim returnValue As ChangeSet

returnValue = instance.GetChanges(tableName, _
    settings)
public ChangeSet GetChanges(
    string tableName,
    QueryResultSettings settings
)
public:
virtual ChangeSet^ GetChanges(
    String^ tableName, 
    QueryResultSettings^ settings
) sealed

Parameters

Return Value

Type: Microsoft.Dynamics.Commerce.Runtime.Data.ChangeSet
Returns ChangeSet.

Implements

IChangeTrackingProvider.GetChanges(String, QueryResultSettings)

See Also

Reference

ChangeTrackingProviderBase Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace