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.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property Row As CatalogRelationshipsDataSet..::.CatalogRelationship
'Usage
Dim instance As CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent
Dim value As CatalogRelationshipsDataSet..::.CatalogRelationship

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

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogRelationshipsDataSet..::.CatalogRelationship
The Row upon which an action has occurred.

Remarks

A CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent is returned as part of the OnRowChanged to indicate the action that was taken on a row to raise the event.

Permissions

See Also

Reference

CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent Class

CatalogRelationshipsDataSet..::.CatalogRelationshipChangeEvent Members

Microsoft.CommerceServer.Catalog Namespace