RowsChanged Property

Gets the collection of rows that were changed.

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

Syntax

'Declaration
Public Property RowsChanged As DataRowCollection
    Get
    Private Set
'Usage
Dim instance As ChangeSet
Dim value As DataRowCollection

value = instance.RowsChanged
public DataRowCollection RowsChanged { get; private set; }
public:
property DataRowCollection^ RowsChanged {
    DataRowCollection^ get ();
    private: void set (DataRowCollection^ value);
}

Property Value

Type: System.Data.DataRowCollection
Returns DataRowCollection.

See Also

Reference

ChangeSet Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace