PaymentMethodDataSet.PaymentMethodRow Class

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

The strongly typed DataRow that provides access to the rows of a PaymentMethodDataSet.

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

Syntax

'Declaration
Public Class PaymentMethodRow _
    Inherits DataRow
'Usage
Dim instance As PaymentMethodDataSet.PaymentMethodRow
public class PaymentMethodRow : DataRow
public ref class PaymentMethodRow : public DataRow
public class PaymentMethodRow extends DataRow

Remarks

This class which depicts the row in the PaymentMethod DataTable. This class cannot be publicly created. Is must be accessed or created through the PaymentMethodDataSet..::.PaymentMethodDataTable class.

Inheritance Hierarchy

System..::.Object
  System.Data..::.DataRow
    Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet..::.PaymentMethodRow

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PaymentMethodDataSet..::.PaymentMethodRow Members

Microsoft.CommerceServer.Orders Namespace