AddPricingRule Method (CatalogPricingRulesDataSet.PricingRule)

Add a PricingRule to this CatalogPricingRulesDataSet..::.PricingRulesDataTable at the specified row.

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

Syntax

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

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

Parameters

Remarks

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

Permissions

See Also

Reference

CatalogPricingRulesDataSet..::.PricingRulesDataTable Class

CatalogPricingRulesDataSet..::.PricingRulesDataTable Members

AddPricingRule Overload

Microsoft.CommerceServer.Catalog Namespace