Delen via


Clone Method

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

Clones the structure of the ShippingRatesDataSet..::.ShippingRatesDataTable, including all DataTable schemas and constraints. Does not copy any data.

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

Syntax

'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable
Dim returnValue As DataTable

returnValue = instance.Clone()
public override DataTable Clone()
public:
virtual DataTable^ Clone() override
public override function Clone() : DataTable

Return Value

Type: System.Data..::.DataTable
A new DataTable with the same schema as the current ShippingRatesDataSet..::.ShippingRatesDataTable, but none of the data.

Remarks

The table is empty.

Permissions

See Also

Reference

ShippingRatesDataSet..::.ShippingRatesDataTable Class

ShippingRatesDataSet..::.ShippingRatesDataTable Members

Microsoft.CommerceServer.Orders Namespace