RemovePricingRule Method

Remove a RemovePricingRule value from this CatalogPricingRulesDataSet..::.PricingRulesDataTable.

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

Syntax

'Declaration
Public Sub RemovePricingRule ( _
    row As CatalogPricingRulesDataSet..::.PricingRule _
)
'Usage
Dim instance As CatalogPricingRulesDataSet..::.PricingRulesDataTable
Dim row As CatalogPricingRulesDataSet..::.PricingRule

instance.RemovePricingRule(row)
public void RemovePricingRule(
    CatalogPricingRulesDataSet..::.PricingRule row
)
public:
void RemovePricingRule(
    CatalogPricingRulesDataSet..::.PricingRule^ row
)
public function RemovePricingRule(
    row : CatalogPricingRulesDataSet..::.PricingRule
)

Parameters

Remarks

The PricingRulesDataTable object must be saved before these changes will be persisted to the database.

Permissions

See Also

Reference

CatalogPricingRulesDataSet..::.PricingRulesDataTable Class

CatalogPricingRulesDataSet..::.PricingRulesDataTable Members

Microsoft.CommerceServer.Catalog Namespace