CatalogContext.GetCatalogs (String) Method (BCL)

Use this method to search for catalogs using a TSQL query. All properties of all matching records are returned.

[Visual Basic .NET]

Overridable Public Function GetCatalogs( _ByValsearchClause As System.String _
) As System.Data.DataSet

[C#]

public virtual System.Data.DataSet GetCatalogs(System.StringsearchClause);

Parameters

[Visual Basic .NET]

  • searchClause
    The search clause.

[C#]

  • searchClause
    The search clause.

Return Value

A DataSet with a single DataTable containing the properties of catalogs that matched the query.

Remarks

Throws a CatalogException on failure. The results are returned in the current user interface culture.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.