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
- 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
DiscountPrioritySet..::.DiscountPrioritiesDataTable Class