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
- row
Type: Microsoft.CommerceServer.Inventory..::.InventorySkusDataSet..::.InventorySku
The row to add the new value.
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