Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add an InventoryQuantityDelta to this InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable at a specified row.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddInventoryQuantityDelta ( _
row As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta _
)
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable
Dim row As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
instance.AddInventoryQuantityDelta(row)
public void AddInventoryQuantityDelta(
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta row
)
public:
void AddInventoryQuantityDelta(
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta^ row
)
public function AddInventoryQuantityDelta(
row : InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
)
Parameters
- row
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
The row to add the new value.
Remarks
The InventoryQuantityDeltasDataSet 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
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable Class
InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable Members