Share via


Clone Method

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

Clones the structure of the DiscountPrioritySet..::.DiscountPrioritiesDataTable, including all table schemas and constraints. Does not copy any data.

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

Syntax

'Declaration
Public Overrides Function Clone As DataTable
'Usage
Dim instance As DiscountPrioritySet..::.DiscountPrioritiesDataTable
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 DiscountPrioritySet..::.DiscountPrioritiesDataTable but none of the data.

Remarks

The table is empty.

Permissions

See Also

Reference

DiscountPrioritySet..::.DiscountPrioritiesDataTable Class

DiscountPrioritySet..::.DiscountPrioritiesDataTable Members

Microsoft.CommerceServer.Marketing Namespace