Clone Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Clones the structure of the ShippingMethodDataSet..::.ShippingMethodDataTable, 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 ShippingMethodDataSet..::.ShippingMethodDataTable
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 ShippingMethodDataSet..::.ShippingMethodDataTable, but none of the data.
Remarks
The table is empty.
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