Share via


OrderGroupSearch (OrderContext) Constructor (BCL)

Use this method to create a new instance of the OrderGroupSearch class using the given order context.

Definition

[Visual Basic .NET]

Public Sub New( _ByVal ordercontext As OrderContext _) 

[C#]

public OrderGroupSearch(OrderContext ordercontext,
);

Parameters

[Visual Basic .NET]

  • ordercontext
    The OrderContext object to use.

[C#]

  • ordercontext
    The OrderContext object to use.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.