RemoveInventoryCatalog Method

Remove a InventoryCatalog value from this InventoryCatalogsDataSet..::.InventoryCatalogsDataTable.

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

Syntax

'Declaration
Public Sub RemoveInventoryCatalog ( _
    row As InventoryCatalogsDataSet..::.InventoryCatalog _
)
'Usage
Dim instance As InventoryCatalogsDataSet..::.InventoryCatalogsDataTable
Dim row As InventoryCatalogsDataSet..::.InventoryCatalog

instance.RemoveInventoryCatalog(row)
public void RemoveInventoryCatalog(
    InventoryCatalogsDataSet..::.InventoryCatalog row
)
public:
void RemoveInventoryCatalog(
    InventoryCatalogsDataSet..::.InventoryCatalog^ row
)
public function RemoveInventoryCatalog(
    row : InventoryCatalogsDataSet..::.InventoryCatalog
)

Parameters

Remarks

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

Permissions

See Also

Reference

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class

InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members

Microsoft.CommerceServer.Inventory Namespace