Action Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the action that has occurred on a ShippingRatesDataSet..::.ShippingRatesRow.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property Action As DataRowAction
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesRowChangeEvent
Dim value As DataRowAction

value = instance.Action
public DataRowAction Action { get; }
public:
property DataRowAction Action {
    DataRowAction get ();
}
public function get Action () : DataRowAction

Property Value

Type: System.Data..::.DataRowAction
One of the data row actions, such as:

  • Nothing

  • Delete

  • Change

  • Rollback

  • Commit

  • Add

  • ChangeOriginal

  • ChangeCurrentAndOriginal

Remarks

Returns the action that has occurred on a ShippingRatesDataSet..::.ShippingRatesRow.

A ShippingRatesRowChangeEvent is returned as part of the OnRowChanged, OnRowChanging, OnRowDeleted, and OnRowDeleting methods to indicate that action was taken on a row to raise the event.

Permissions

See Also

Reference

ShippingRatesDataSet..::.ShippingRatesRowChangeEvent Class

ShippingRatesDataSet..::.ShippingRatesRowChangeEvent Members

Microsoft.CommerceServer.Orders Namespace