CatalogRelationshipsDataSet Class

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

Access the CatalogRelationships values in the CatalogRelationshipsDataSet.

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

Syntax

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

Remarks

Accesses the category relationships. Returns the dataset containing the CatalogRelationships values. This allows you to get the CatalogRelationships values.

Inheritance Hierarchy

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

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

CatalogRelationshipsDataSet Members

Microsoft.CommerceServer.Catalog Namespace