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
- row
Type: Microsoft.CommerceServer.Inventory..::.InventoryCatalogsDataSet..::.InventoryCatalog
The InventoryCatalog row to remove.
Remarks
The InventoryCatalogsDataSet 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
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Class
InventoryCatalogsDataSet..::.InventoryCatalogsDataTable Members