Restore Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Restores a deleted Customer record.
Overload List
Name | Description | |
---|---|---|
Restore(Int32) | Restores a deleted Customer record, based upon its unique identifier. | |
Restore(Int32, String) | Restores a deleted Customer record, based upon its unique identifier, and gives it a new name. |
Top
Remarks
Deleting a Customer does not actually remove the customer record from the database. These records are not permanently removed until the PurgeDeletedCustomers method is called to purge them from the database. This method allows you to restore the record before it is permanently deleted.