Row Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the 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..::.CountryCodesDataTable..::.LastModifiedChangeEventArg
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 Row upon which an action has occurred.
Remarks
With the row and column values of the RegionCodeDataSet..::.CountryCodesDataTable, you can determine exactly which cell of the data table has been modified.
A LastModifiedChangeEventArg is returned as part of the LastModifiedChanged and LastModifiedChanging events to indicate the action that 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
RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventArg Class
RegionCodeDataSet..::.CountryCodesDataTable..::.LastModifiedChangeEventArg Members