PaymentMethodDataSet.PaymentMethodDataTable Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class which depicts the PaymentMethods DataTable in the PaymentMethodDataSet.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Class PaymentMethodDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As PaymentMethodDataSet.PaymentMethodDataTable
public class PaymentMethodDataTable : DataTable, IEnumerable
public ref class PaymentMethodDataTable : public DataTable,
IEnumerable
public class PaymentMethodDataTable extends DataTable implements IEnumerable
Remarks
The strongly typed DataTable that provides access to the "PaymentMethodTable" table of a PaymentMethodDataSet.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataTable
Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet..::.PaymentMethodDataTable
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.