Dynamicweb 8 Documentation
Load(Int64) Method

The customer ID.
Loads customer orders from the database by specified customer ID.
Syntax
'Declaration
 
Public Overloads Sub Load( _ 
   ByVal CustomerID As Long _ 
) 
public void Load( 
   long CustomerID 
)

Parameters

CustomerID
The customer ID.
Example
Look at example for CustomerOrderCollection class
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CustomerOrderCollection Class
CustomerOrderCollection Members
Overload List

Send Feedback