ChangeSet Constructor

Initializes a new instance of the ChangeSet class.

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

Syntax

'Declaration
Public Sub New ( _
    rowsChanged As DataRowCollection, _
    tableName As String, _
    nextSyncVersion As Long _
)
'Usage
Dim rowsChanged As DataRowCollection
Dim tableName As String
Dim nextSyncVersion As Long

Dim instance As New ChangeSet(rowsChanged, _
    tableName, nextSyncVersion)
public ChangeSet(
    DataRowCollection rowsChanged,
    string tableName,
    long nextSyncVersion
)
public:
ChangeSet(
    DataRowCollection^ rowsChanged, 
    String^ tableName, 
    long long nextSyncVersion
)

Parameters

See Also

Reference

ChangeSet Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace