CatalogPricingRulesDataSet Class

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

Access the CatalogPricingRulesDataSet..::.PricingRule values in the CatalogPricingRulesDataSet.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

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

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

CatalogPricingRulesDataSet Members

Microsoft.CommerceServer.Catalog Namespace