RemoveInventorySku Method

Removes an InventorySku from this InventorySkusDataSet..::.InventorySkusDataTable table.

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

Syntax

'Declaration
Public Sub RemoveInventorySku ( _
    row As InventorySkusDataSet..::.InventorySku _
)
'Usage
Dim instance As InventorySkusDataSet..::.InventorySkusDataTable
Dim row As InventorySkusDataSet..::.InventorySku

instance.RemoveInventorySku(row)
public void RemoveInventorySku(
    InventorySkusDataSet..::.InventorySku row
)
public:
void RemoveInventorySku(
    InventorySkusDataSet..::.InventorySku^ row
)
public function RemoveInventorySku(
    row : InventorySkusDataSet..::.InventorySku
)

Parameters

Remarks

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

Permissions

See Also

Reference

InventorySkusDataSet..::.InventorySkusDataTable Class

InventorySkusDataSet..::.InventorySkusDataTable Members

Microsoft.CommerceServer.Inventory Namespace