Share via


Row Property

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

Gets the RegionCodeDataSet..::.CountryCodesRow 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 RegionCodeDataSet..::.CountryCodesRow
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesRowChangeEvent
Dim value As RegionCodeDataSet..::.CountryCodesRow

value = instance.Row
public RegionCodeDataSet..::.CountryCodesRow Row { get; }
public:
property RegionCodeDataSet..::.CountryCodesRow^ Row {
    RegionCodeDataSet..::.CountryCodesRow^ get ();
}
public function get Row () : RegionCodeDataSet..::.CountryCodesRow

Property Value

Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesRow
The RegionCodeDataSet..::.CountryCodesRow row upon which an action has occurred.

Remarks

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

Permissions

See Also

Reference

RegionCodeDataSet..::.CountryCodesRowChangeEvent Class

RegionCodeDataSet..::.CountryCodesRowChangeEvent Members

Microsoft.CommerceServer.Orders Namespace