SimpleFindResultInfo Class (PIA)
Use this object to specify search criteria when using the SimpleFind and SimpleDelete methods of the OrderGroupManager object.
Properties
Property | Type | Description |
---|---|---|
Columns | Object | Specifies a custom set of columns to be returned by the OrderGroupManagerSimpleFind method. |
JoinLineItemInfo | Boolean | Specifies whether to join the OrderFormLineItems table with the results. |
JoinOrderFormInfo | Boolean | Specifies whether the OrderFormHeader table is joined in the results. |
OrderGroupSortColumn | Object | Specifies the column name to sort on. |
PageNumber | Integer | Specifies the page number of the resultset to show whether the resultset exceeds the page size. |
PageSize | Integer | Specifies the page size. |
SortDirection | Object | Specifies the sort direction. |
Remarks
The following table shows the data returned by the OrderGroupManagerSimpleFind method when it has been passed to the SimpleFindResultInfo object with the JoinOrderFormInfo and JoinLineItemInfo properties set to the indicated values.
JoinOrderFormInfo | JoinLineItemInfo | SimpleFind Method Data Returned |
---|---|---|
False | False | One record for each OrderGroup that meets the search criteria. Returns OrderGroup data only. The default setting is False. |
True | False | One record for each OrderForm that meets the search criteria. Returns OrderGroup and OrderForm data. |
True | True | One record for each line item that meets the search criteria. Returns OrderGroup, OrderForm, and line item data. |
False | True | One record for each line item that meets the search criteria. Returns OrderGroup, OrderForm, and line item data. |
Requirements
Namespace: Microsoft.CommerceServer.Interop.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Interop.Orders.Requisition.dll
See Also
Copyright © 2005 Microsoft Corporation.
All rights reserved.