Clone Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Clones the structure of the PaymentMethodDataSet..::.PaymentMethodDataTable, including all table 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 PaymentMethodDataSet..::.PaymentMethodDataTable
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 PaymentMethodDataSet..::.PaymentMethodDataTable, 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
PaymentMethodDataSet..::.PaymentMethodDataTable Class