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 ShippingMethodDataSet..::.ShippingMethodRow class initialized with default values.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewShippingMethodRow As ShippingMethodDataSet..::.ShippingMethodRow
'Usage
Dim instance As ShippingMethodDataSet..::.ShippingMethodDataTable
Dim returnValue As ShippingMethodDataSet..::.ShippingMethodRow
returnValue = instance.NewShippingMethodRow()
public ShippingMethodDataSet..::.ShippingMethodRow NewShippingMethodRow()
public:
ShippingMethodDataSet..::.ShippingMethodRow^ NewShippingMethodRow()
public function NewShippingMethodRow() : ShippingMethodDataSet..::.ShippingMethodRow
Return Value
Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodRow
A new ShippingMethodDataSet..::.ShippingMethodRow.
Remarks
Returns the newly created ShippingMethodDataSet..::.ShippingMethodRow.
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
ShippingMethodDataSet..::.ShippingMethodDataTable Class