Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- row
Type: Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet..::.InventorySku
The InventorySku row to remove.
Remarks
The InventorySkusDataSet 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
InventorySkusDataSet..::.InventorySkusDataTable Class