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
- row
Type: Microsoft.CommerceServer.Catalog..::.CatalogPricingRulesDataSet..::.PricingRule
The CatalogPricingRulesDataSet..::.PricingRule row to delete.
Remarks
The PricingRulesDataTable object must be saved before these changes will be persisted to the database.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogPricingRulesDataSet..::.PricingRulesDataTable Class
CatalogPricingRulesDataSet..::.PricingRulesDataTable Members