Row Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the ShippingMethodDataSet..::.ShippingMethodRow row upon which an action has occurred.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Row As ShippingMethodDataSet..::.ShippingMethodRow
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodRowChangeEvent
Dim value As ShippingMethodDataSet..::.ShippingMethodRow
value = instance.Row
public ShippingMethodDataSet..::.ShippingMethodRow Row { get; }
public:
property ShippingMethodDataSet..::.ShippingMethodRow^ Row {
ShippingMethodDataSet..::.ShippingMethodRow^ get ();
}
public function get Row () : ShippingMethodDataSet..::.ShippingMethodRow
Property Value
Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRow
The ShippingMethodDataSet..::.ShippingMethodRow row upon which an action has occurred.
Remarks
Returns the ShippingMethodDataSet..::.ShippingMethodRow row upon which an action has occurred.
A ShippingMethodRowChangeEvent 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Class
ShippingMethodDataSet..::.ShippingMethodRowChangeEvent Members