Share via


CatalogSetCollection Constructor (CatalogContext, String) (BCL)

Use this method to create a new instance of the CatalogSetCollection class with the specified CatalogContext object.

Definition

[Visual Basic .NET]

Public Sub New( _ByValcatalogContext As CatalogContext, _
  ByValconnectionString As System.String _
) 

[C#]

public CatalogSetCollection(CatalogContextcatalogContext,
  System.StringconnectionString);

Parameters

[Visual Basic .NET]

  • catalogContext
    A CatalogContext object. This value may not be null.
  • connectionString
    Defines the connection string to use. This value may not be null.

[C#]

  • catalogContext
    A CatalogContext object. This value may not be null.
  • connectionString
    Defines the connection string to use. This value may not be null.

Remarks

Throws an ArgumentNullException if the catalogContext parameter is null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.