Partilhar via


AddInventorySku Method (InventorySkusDataSet.InventorySku)

Add an InventorySku to this InventorySkusDataSet..::.InventorySkusDataTable table at a specified row.

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

Syntax

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

instance.AddInventorySku(row)
public void AddInventorySku(
    InventorySkusDataSet..::.InventorySku row
)
public:
void AddInventorySku(
    InventorySkusDataSet..::.InventorySku^ row
)
public function AddInventorySku(
    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

AddInventorySku Overload

Microsoft.CommerceServer.Inventory Namespace