CatalogSetsDataSet Class

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

Access the CatalogSetsDataSet..::.CatalogSetsDataTable values in the CatalogSetsDataSet.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class CatalogSetsDataSet _
    Inherits DataSet
'Usage
Dim instance As CatalogSetsDataSet
[SerializableAttribute]
public class CatalogSetsDataSet : DataSet
[SerializableAttribute]
public ref class CatalogSetsDataSet : public DataSet
public class CatalogSetsDataSet extends DataSet

Remarks

Returns the dataset containing the CatalogItems values. This allows you to get the CatalogItems values.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataSet
      Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CatalogSetsDataSet Members

Microsoft.CommerceServer.Catalog Namespace