AddInventoryCatalog Method (InventoryCatalogsDataSet.InventoryCatalog)

Add an InventoryCatalog to this InventoryCatalogsDataSet..::.InventoryCatalogsDataTable at a specified row.

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

Syntax

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

instance.AddInventoryCatalog(row)
public void AddInventoryCatalog(
    InventoryCatalogsDataSet..::.InventoryCatalog row
)
public:
void AddInventoryCatalog(
    InventoryCatalogsDataSet..::.InventoryCatalog^ row
)
public function AddInventoryCatalog(
    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

AddInventoryCatalog Overload

Microsoft.CommerceServer.Inventory Namespace