Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Constructs a new PaymentMethodDataSet..::.PaymentMethodRow class initialized with default values.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewPaymentMethodRow As PaymentMethodDataSet..::.PaymentMethodRow
'Usage
Dim instance As PaymentMethodDataSet..::.PaymentMethodDataTable
Dim returnValue As PaymentMethodDataSet..::.PaymentMethodRow
returnValue = instance.NewPaymentMethodRow()
public PaymentMethodDataSet..::.PaymentMethodRow NewPaymentMethodRow()
public:
PaymentMethodDataSet..::.PaymentMethodRow^ NewPaymentMethodRow()
public function NewPaymentMethodRow() : PaymentMethodDataSet..::.PaymentMethodRow
Return Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet..::.PaymentMethodRow
A new PaymentMethodDataSet..::.PaymentMethodRow.
Remarks
Returns the newly created PaymentMethodDataSet..::.PaymentMethodRow.
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
PaymentMethodDataSet..::.PaymentMethodDataTable Class