Share via


Search Method

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

Perform a search using the information in the current instance.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Function Search As CatalogItemsDataSet
'Usage
Dim instance As SpecificationSearch
Dim returnValue As CatalogItemsDataSet

returnValue = instance.Search()
public CatalogItemsDataSet Search()
public:
CatalogItemsDataSet^ Search()
public function Search() : CatalogItemsDataSet

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet
A CatalogItemsDataSet containing the search results.

Remarks

Execute the search as it is described. Perform the search based on the SearchOptions and the properties set on the SpecificationSearch class and returns a CatalogItemsDataSet containing the search results.

Supports inventory integration.

Permissions

See Also

Reference

SpecificationSearch Class

SpecificationSearch Members

Search Overload

Microsoft.CommerceServer.Catalog Namespace