Share via


CatalogSearch.Search Method (BCL)

Use this method to perform a search with the current properties.

[Visual Basic .NET]

Overridable Public Function Search( _) As System.Data.DataSet

[C#]

public virtual System.Data.DataSet Search();

Return Value

A DataSet containing a single DataTable with the search results.

Remarks

Throws an ArgumentNullException if the CatalogContext property is null.

Throws a CatalogException on failure.

If the CatalogNames property is not specified, then all catalogs in the Product Catalog System are searched.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.