Share via


OrderGroupSearch.Search (OrderGroupSearchOptions) Method (BCL)

Use this method to perform the specified search for order group information, and return it as a DataSet.

Definition

[Visual Basic .NET]

Public Function Search( _ByValOrderGroupSearchOptions As OrderGroupSearchOptions _
) As System.Data.DataSet

[C#]

public System.Data.DataSet Search(OrderGroupSearchOptionsOrderGroupSearchOptions);

Parameters

[Visual Basic .NET]

  • orderGroupSearchOptions
    OrderGroupSearchOptions instance to use.

[C#]

  • orderGroupSearchOptions
    OrderGroupSearchOptions instance to use.

Return Value

DataSet containing the search results.

Remarks

This method wraps the SimpleFind method on the OrderGroupManager PIA object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.