Delen via


SavingToStorage Method

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

Called prior to saving this instance to the data store to allow custom pre-save marshaling.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Overrides Sub SavingToStorage
'Usage
Dim instance As OrderForm

instance.SavingToStorage()
public override void SavingToStorage()
public:
virtual void SavingToStorage() override
public override function SavingToStorage()

Remarks

SavingToStorage is used to perform pre-save marshaling steps specific to this class. Derived classes may override this method but should call the base class version.

Permissions

See Also

Reference

OrderForm Class

OrderForm Members

Microsoft.CommerceServer.Runtime.Orders Namespace